yyl
2026-02-25 9fb3c8e114a67c0cdf353b32b1b50e90414fd597
Main/Config/Configs/HeroSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Friday, November 14, 2025
//    [  Date ]:           2026年2月13日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -27,6 +27,9 @@
   public string RectangleIcon;
   public string SpineRes;
   public string InitialSkinName;
   public string ApearMotionName;
   public string TransfMotionName;
   public string LoopMotionName;
    public override int LoadKey(string _key)
    {
@@ -119,6 +122,12 @@
         SpineRes = tables[9];
         InitialSkinName = tables[10];
         ApearMotionName = tables[11];
         TransfMotionName = tables[12];
         LoopMotionName = tables[13];
        }
        catch (Exception exception)
        {