hch
4 天以前 bdb3bae2172cf7e14688ab5f399c80b744744842
Main/Config/Configs/HeroSkinConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Wednesday, March 4, 2026
//    [  Date ]:           2026年3月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -23,6 +23,7 @@
   public float[] TachieParam;
   public string SquareIcon;
   public string RectangleIcon;
   public string CardPic;
   public string SpineRes;
   public string InitialSkinName;
   public string ApearMotionName;
@@ -65,15 +66,17 @@
         RectangleIcon = tables[6];
         SpineRes = tables[7];
         CardPic = tables[7];
         InitialSkinName = tables[8];
         SpineRes = tables[8];
         ApearMotionName = tables[9];
         InitialSkinName = tables[9];
         TransfMotionName = tables[10];
         ApearMotionName = tables[10];
         LoopMotionName = tables[11];
         TransfMotionName = tables[11];
         LoopMotionName = tables[12];
        }
        catch (Exception exception)
        {