From 53a8f158c66e6b4930800026cd83de7e99d9f08e Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 26 四月 2021 17:23:03 +0800 Subject: [PATCH] 0312 IL扩展支持 --- Assets/ILRuntime/Src/ILBehaviourProxy.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Assets/ILRuntime/Src/ILBehaviourProxy.cs b/Assets/ILRuntime/Src/ILBehaviourProxy.cs index f28e34b..d8ac44e 100644 --- a/Assets/ILRuntime/Src/ILBehaviourProxy.cs +++ b/Assets/ILRuntime/Src/ILBehaviourProxy.cs @@ -118,7 +118,9 @@ if (ilBehaviourHolders.TryGetValue(name, out holder)) { if (holder.onDisable != null) + { appDomain.Invoke(holder.onDisable, holder.instance); + } } } } -- Gitblit v1.8.0