From 6774dad848f4701b1f762bc56a5ff9eefd505904 Mon Sep 17 00:00:00 2001
From: liuxue <q3213421wrwqr>
Date: 星期二, 13 七月 2021 09:19:34 +0800
Subject: [PATCH] 5102 解决HA&05未注册的问题
---
Assets/ILRuntime/Src/ILLauncherProxy.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Assets/ILRuntime/Src/ILLauncherProxy.cs b/Assets/ILRuntime/Src/ILLauncherProxy.cs
index f578cd7..56af699 100644
--- a/Assets/ILRuntime/Src/ILLauncherProxy.cs
+++ b/Assets/ILRuntime/Src/ILLauncherProxy.cs
@@ -168,7 +168,7 @@
appdomain.DelegateManager.RegisterMethodDelegate<int, int, int>();
appdomain.DelegateManager.RegisterMethodDelegate<PackType>();
appdomain.DelegateManager.RegisterMethodDelegate<UnityEngine.Color>();
-
+ appdomain.DelegateManager.RegisterMethodDelegate<global::HA705_tagSCQueryPlayerCacheResult>();
//鏈夎繑鍥炲��
appdomain.DelegateManager.RegisterFunctionDelegate<UnityEngine.Color>();
--
Gitblit v1.8.0