From 536d04af5b638a04efb46f93214b7f9ac73af875 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期六, 10 十一月 2018 10:12:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/FeatureNoticeModel.cs b/System/MainInterfacePanel/FeatureNoticeModel.cs
index a13009b..8454ae7 100644
--- a/System/MainInterfacePanel/FeatureNoticeModel.cs
+++ b/System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -11,7 +11,8 @@
 using Snxxz.UI;
 
 //鍔熻兘棰勫憡绾㈢偣
-public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
+[XLua.LuaCallCSharp]
+	public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
 {
     public List<FunctionForecastConfig> FunctionList = new List<FunctionForecastConfig>();
     public Dictionary<int, ImpactRankModel.RankAwardItem> DicAwardItem = new Dictionary<int, ImpactRankModel.RankAwardItem>();//濂栧姳鐗╁搧

--
Gitblit v1.8.0