From 29104ef4a7661bf5834a7f7d36a49964381491b6 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 31 十月 2018 18:16:15 +0800
Subject: [PATCH] 4340 【前端】支持xlua方便IOS提审"

---
 Lua/LuaWindow.cs |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/Lua/LuaWindow.cs b/Lua/LuaWindow.cs
index b2b6a10..618e6d1 100644
--- a/Lua/LuaWindow.cs
+++ b/Lua/LuaWindow.cs
@@ -140,21 +140,4 @@
         }
     }
 
-#if UNITY_EDITOR
-    [ContextMenu("LuaReload")]
-    public void ReLoadLua()
-    {
-        LuaUtility.Do(filePath, this.gameObject.name, table);
-
-        if (onBindController != null)
-        {
-            onBindController();
-        }
-
-        if (onAddListeners != null)
-        {
-            onAddListeners();
-        }
-    }
-#endif
 }

--
Gitblit v1.8.0