少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-26 82931aabaaa3e479bc04e11630a77cd9c9dd5fe3
Core/GameEngine/Model/Config/HorseConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Tuesday, July 31, 2018
//    [  Date ]:         Thursday, October 25, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -27,6 +27,7 @@
      public int ShowFightPower { get ; private set ; }
      public int Sort { get ; private set ; }
      public int[] RideAudios;
      public string DescribeIconKey { get ; private set; }
      public override string getKey()
        {
@@ -72,6 +73,8 @@
            {
                int.TryParse(RideAudiosStringArray[i],out RideAudios[i]);
            }
            DescribeIconKey = rawContents[16].Trim();
            }
            catch (Exception ex)
            {