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

---
 System/WindowJump/WindowJumpMgr.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 811b301..218f20b 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -4,7 +4,7 @@
 
 using System.Collections;
 
-[XLua.LuaCallCSharp]
+
 public class WindowJumpMgr : Singleton<WindowJumpMgr>
 {
     private FuncConfigConfig funcOpenBagItem = null;
@@ -1622,7 +1622,7 @@
 /// 瑙勫垯鏄瘡涓郴缁熷搴旀爣绛鹃〉椤哄簭
 /// </summary>
 /// 
-[XLua.LuaCallCSharp]
+
 public enum JumpUIType
 {
     None = 0,

--
Gitblit v1.8.0