少年修仙传客户端基础资源
hch
2021-06-28 1df5ea19f82cd833f6975efff8180a41026de3bc
0312 适配IL 接口
1个文件已修改
3 ■■■■■ 已修改文件
Assets/ILRuntime/Src/ILLauncherProxy.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | 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>();