少年修仙传客户端代码仓库
client_Hale
2018-09-18 bc49768eaf9757e20bd264dc6183b2497780ee08
Core/GameEngine/Model/Config/TreasureUpConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Monday, September 03, 2018
//    [  Date ]:         Tuesday, September 18, 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 int SoulID { get ; private set ; }
      public string DescriptionMainWin { get ; private set; } 
      public override string getKey()
@@ -53,7 +54,9 @@
         
            ItemAward = rawContents[8].Trim();
         
            DescriptionMainWin = rawContents[9].Trim();
            SoulID=IsNumeric(rawContents[9]) ? int.Parse(rawContents[9]):0;
            DescriptionMainWin = rawContents[10].Trim();
            }
            catch (Exception ex)
            {