少年修仙传客户端基础资源
hch
2021-06-28 1df5ea19f82cd833f6975efff8180a41026de3bc
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>();