From 274c4a7e5cc4a95d435b784bd4abb26167a6ad8f Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 03 九月 2018 14:50:41 +0800
Subject: [PATCH] 3197 【前端】法宝快捷入口显示修改
---
Core/GameEngine/Model/Config/TreasureUpConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/TreasureUpConfig.cs b/Core/GameEngine/Model/Config/TreasureUpConfig.cs
index fc7c72a..aaa7b2a 100644
--- a/Core/GameEngine/Model/Config/TreasureUpConfig.cs
+++ b/Core/GameEngine/Model/Config/TreasureUpConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: 绗簩涓栫晫
-// [ Date ]: Thursday, August 16, 2018
+// [ Date ]: Monday, September 03, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -20,6 +20,7 @@
public int UnLockFuncID { get ; private set ; }
public int ActiveMWID { get ; private set ; }
public string ItemAward { get ; private set; }
+ public string DescriptionMainWin { get ; private set; }
public override string getKey()
{
@@ -51,6 +52,8 @@
ActiveMWID=IsNumeric(rawContents[7]) ? int.Parse(rawContents[7]):0;
ItemAward = rawContents[8].Trim();
+
+ DescriptionMainWin = rawContents[9].Trim();
}
catch (Exception ex)
{
--
Gitblit v1.8.0