From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua

---
 System/Chat/UIFrame.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Chat/UIFrame.cs b/System/Chat/UIFrame.cs
index 40d8f16..ea778ee 100644
--- a/System/Chat/UIFrame.cs
+++ b/System/Chat/UIFrame.cs
@@ -4,7 +4,7 @@
 using UnityEngine;
 using UnityEngine.UI;
 [RequireComponent(typeof(Image))]
-[XLua.LuaCallCSharp]
+
 public class UIFrame : MonoBehaviour {
     [SerializeField]
     private string frameKey = string.Empty;

--
Gitblit v1.8.0