少年修仙传客户端代码仓库
client_Hale
2018-09-29 3a4eb38542bf8cc2cdf7f835a559ade8a8457ea3
Core/GameEngine/Model/Config/DemonJarConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Tuesday, August 28, 2018
//    [  Date ]:         Friday, September 28, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -26,6 +26,7 @@
      public int[] Job3;
      public int KillHurtMin { get ; private set ; }
      public int KillHurtMax { get ; private set ; }
      public string RewardDescription { get ; private set; }
      public override string getKey()
        {
@@ -84,6 +85,8 @@
            KillHurtMin=IsNumeric(rawContents[13]) ? int.Parse(rawContents[13]):0; 
         
            KillHurtMax=IsNumeric(rawContents[14]) ? int.Parse(rawContents[14]):0; 
            RewardDescription = rawContents[15].Trim();
            }
            catch (Exception ex)
            {