hch
2025-11-24 f0c41c38ec5c651dedc645687597d227dccac981
Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年11月20日
//    [  Date ]:           2025年11月23日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -30,6 +30,7 @@
   public string Spine;
   public int[] Poses;
   public int heroFirst;
   public string getWay;
    public override int LoadKey(string _key)
    {
@@ -116,6 +117,8 @@
         }
         int.TryParse(tables[13],out heroFirst); 
         getWay = tables[14];
        }
        catch (Exception exception)
        {