[fix] 为PatchScriptingAssembliesJsonHook的proxy函数添加无用代码以满足最小代码长度要求
parent
252e6add67
commit
b8b990bfc1
|
@ -48,6 +48,8 @@ namespace HybridCLR.MonoHook
|
||||||
[MethodImpl(MethodImplOptions.NoOptimization)]
|
[MethodImpl(MethodImplOptions.NoOptimization)]
|
||||||
private static string BuildMainWindowTitleProxy()
|
private static string BuildMainWindowTitleProxy()
|
||||||
{
|
{
|
||||||
|
// 为满足MonoHook要求的最小代码长度而特地加入的无用填充代码,
|
||||||
|
UnityEngine.Debug.Log(12345.ToString());
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue