Assets/ILRuntime/Src/ILLauncherProxy.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/ILRuntime/Src/ILLauncherProxy.cs
@@ -98,6 +98,7 @@ } //注册委托 [IFix.Patch] private void RegisterDelegate() { //无返回值 @@ -154,6 +155,8 @@ appdomain.DelegateManager.RegisterMethodDelegate<System.Object>(); appdomain.DelegateManager.RegisterMethodDelegate<global::ScrollerDataType, global::CellView>(); appdomain.DelegateManager.RegisterMethodDelegate<int, LitJson.JsonData>(); appdomain.DelegateManager.RegisterMethodDelegate<int, int, int>(); appdomain.DelegateManager.RegisterMethodDelegate<PackType>(); //有返回值 appdomain.DelegateManager.RegisterFunctionDelegate<int>();