From ac4b56440ad16bc40fb37e1cae73ce87737af210 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 22:15:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/GameEngine/Model/Config/InSevenDaysConfig.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Core/GameEngine/Model/Config/InSevenDaysConfig.cs b/Core/GameEngine/Model/Config/InSevenDaysConfig.cs
index 97071ad..d25cebe 100644
--- a/Core/GameEngine/Model/Config/InSevenDaysConfig.cs
+++ b/Core/GameEngine/Model/Config/InSevenDaysConfig.cs
@@ -19,7 +19,8 @@
 		public string ImgTxt1 { get ; private set; } 
 		public string ImgTxt2 { get ; private set; } 
 		public string DayIcon { get ; private set; } 
-		public int Money { get ; private set ; }
+		public int Money { get ; private set ; }
+		public int IsTitle { get ; private set ; }
 
 		public override string getKey()
         {
@@ -45,7 +46,9 @@
 			
 				DayIcon = rawContents[7].Trim();
 			
-				Money=IsNumeric(rawContents[8]) ? int.Parse(rawContents[8]):0; 
+				Money=IsNumeric(rawContents[8]) ? int.Parse(rawContents[8]):0; 
+			
+				IsTitle=IsNumeric(rawContents[9]) ? int.Parse(rawContents[9]):0; 
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0