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

---
 System/Team/TeamModel.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/Team/TeamModel.cs b/System/Team/TeamModel.cs
index e19e6df..0eb64f0 100644
--- a/System/Team/TeamModel.cs
+++ b/System/Team/TeamModel.cs
@@ -7,7 +7,8 @@
 
 namespace Snxxz.UI
 {
-    public class TeamModel : Model, IAfterPlayerDataInitialize, ISwitchAccount, IPlayerLoginOk, IMapInitOk
+    [XLua.LuaCallCSharp]
+	public class TeamModel : Model, IAfterPlayerDataInitialize, ISwitchAccount, IPlayerLoginOk, IMapInitOk
     {
         public const int NONE_MISSION = 0;
         public const int CURRENTMAP_MISSION = 1;

--
Gitblit v1.8.0