Skip to content

Commit 4f04711

Browse files
authored
Merge pull request #5 from Fzcpp/hotfix/Remove unnecessary inheritance relationships
fix: Remove unnecessary inheritance relationships
2 parents b1c268d + e49c312 commit 4f04711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redirect/RedirectMapping.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace CatLib.ILRuntime.Redirect
2020
/// <summary>
2121
/// 重定向映射表
2222
/// </summary>
23-
internal sealed unsafe class RedirectMapping : MonoBehaviour
23+
internal sealed unsafe class RedirectMapping
2424
{
2525
/// <summary>
2626
/// 函数签名信息

0 commit comments

Comments
 (0)