From bfd0b1b742335fc1b851b1f806e276aab661ba75 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 31 十月 2018 14:40:03 +0800
Subject: [PATCH] 4480 【前端】【1.2.0】符印塔界面新增推荐战斗力显示

---
 Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs b/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
index 758406e..4f42d15 100644
--- a/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
+++ b/Core/GameEngine/Model/Config/RuneTowerFloorConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:			绗簩涓栫晫
-//    [  Date ]:		   Friday, September 21, 2018
+//    [  Date ]:		   Wednesday, October 31, 2018
 //--------------------------------------------------------
 
 using UnityEngine;
@@ -25,6 +25,7 @@
 		public int RuneDrop { get ; private set ; }
 		public int Fixed { get ; private set ; }
 		public int AutoExit { get ; private set ; }
+		public int Fightpower { get ; private set ; }
 
 		public override string getKey()
         {
@@ -61,6 +62,8 @@
 				Fixed=IsNumeric(rawContents[12]) ? int.Parse(rawContents[12]):0; 
 			
 				AutoExit=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0; 
+			
+				Fightpower=IsNumeric(rawContents[14]) ? int.Parse(rawContents[14]):0; 
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0