少年修仙传客户端代码仓库
client_linchunjie
2018-12-19 8e519cfca0e7dc0dd4c4d2c62550393cce8a2cfa
Core/GameEngine/Model/Config/ResourcesBackConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Wednesday, January 17, 2018
//    [  Date ]:         Wednesday, December 19, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -19,6 +19,7 @@
      public string JadeReward { get ; private set; } 
      public int CostCopper { get ; private set ; }
      public string CopperReward { get ; private set; } 
      public string JobItem { get ; private set; }
      public string RewardList { get ; private set; } 
      public override string getKey()
@@ -45,7 +46,9 @@
         
            CopperReward = rawContents[7].Trim();
         
            RewardList = rawContents[8].Trim();
            JobItem = rawContents[8].Trim();
            RewardList = rawContents[9].Trim();
            }
            catch (Exception ex)
            {