少年修仙传客户端代码仓库
client_Zxw
2019-01-04 ff1063ff14582b652c91b931a2c0d2855dccc1f2
Core/GameEngine/Model/Config/GatherSoulPropertyConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Tuesday, December 18, 2018
//    [  Date ]:         Friday, January 04, 2019
//--------------------------------------------------------
using UnityEngine;
@@ -17,7 +17,7 @@
      public string AttrInfo3 { get ; private set; } 
      public string AttrInfo4 { get ; private set; } 
      public string AttrInfo5 { get ; private set; } 
      public int sort { get ; private set ; }
      public string sort { get ; private set; }
      public override string getKey()
        {
@@ -39,7 +39,7 @@
         
            AttrInfo5 = rawContents[5].Trim();
         
            sort=IsNumeric(rawContents[6]) ? int.Parse(rawContents[6]):0;
            sort = rawContents[6].Trim();
            }
            catch (Exception ex)
            {