From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
UI/Effect/EffectMgr.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI/Effect/EffectMgr.cs b/UI/Effect/EffectMgr.cs
index 5b2a79b..d8afcbd 100644
--- a/UI/Effect/EffectMgr.cs
+++ b/UI/Effect/EffectMgr.cs
@@ -1,8 +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