少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-03 274c4a7e5cc4a95d435b784bd4abb26167a6ad8f
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)
            {