少年修仙传客户端基础资源
hch
2021-12-27 24d092272f1c4de12c5178b1ad07c09c35dd1aae
0312 委托更多数字类型支持
1个文件已修改
3 ■■■■■ 已修改文件
Assets/ILRuntime/Src/ILLauncherProxy.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/ILRuntime/Src/ILLauncherProxy.cs
@@ -182,6 +182,9 @@
        appdomain.DelegateManager.RegisterMethodDelegate<PackType>();
        appdomain.DelegateManager.RegisterMethodDelegate<UnityEngine.Color>();
        appdomain.DelegateManager.RegisterMethodDelegate<global::HA705_tagSCQueryPlayerCacheResult>();
        appdomain.DelegateManager.RegisterMethodDelegate<int, int, int, int>();
        appdomain.DelegateManager.RegisterMethodDelegate<long, long>();
        appdomain.DelegateManager.RegisterMethodDelegate<long, long, long>();
        //有返回值
        appdomain.DelegateManager.RegisterFunctionDelegate<UnityEngine.Color>();