From 2da6556c080e680286ce5e8f93b322bdb5a35259 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 22 十月 2018 16:51:46 +0800
Subject: [PATCH] 3335 更新lua库

---
 UI/Effect/EffectMgr.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/UI/Effect/EffectMgr.cs b/UI/Effect/EffectMgr.cs
index 028f592..81605cb 100644
--- a/UI/Effect/EffectMgr.cs
+++ b/UI/Effect/EffectMgr.cs
@@ -1,6 +1,8 @@
 锘縰sing Snxxz.UI;
 using UnityEngine;
+[XLua.LuaCallCSharp]
 public class EffectMgr : SingletonMonobehaviour<EffectMgr>
+
 {
     public UIEffectBehaviour GetUIEffect(int id, bool _destroy = false)
     {

--
Gitblit v1.8.0