From 1df5ea19f82cd833f6975efff8180a41026de3bc Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 28 六月 2021 17:47:40 +0800
Subject: [PATCH] 0312 适配IL 接口

---
 Assets/ILRuntime/Src/ILLauncherProxy.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Assets/ILRuntime/Src/ILLauncherProxy.cs b/Assets/ILRuntime/Src/ILLauncherProxy.cs
index 1ba12c5..ae2d29a 100644
--- a/Assets/ILRuntime/Src/ILLauncherProxy.cs
+++ b/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>();

--
Gitblit v1.8.0