yyl
2026-04-28 ad3ac1661daaf4b445914f87009d3d88c990f040
Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年11月23日
//    [  Date ]:           Monday, April 13, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,9 @@
   public int[] Poses;
   public int heroFirst;
   public string getWay;
   public string Icon;
   public int showType;
   public int sortOrder;
    public override int LoadKey(string _key)
    {
@@ -119,6 +122,12 @@
         int.TryParse(tables[13],out heroFirst); 
         getWay = tables[14];
         Icon = tables[15];
         int.TryParse(tables[16],out showType);
         int.TryParse(tables[17],out sortOrder);
        }
        catch (Exception exception)
        {