hch
3 天以前 bdb3bae2172cf7e14688ab5f399c80b744744842
0312 新增皮肤卡字段
1个文件已修改
15 ■■■■■ 已修改文件
Main/Config/Configs/HeroSkinConfig.cs 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
        {