hch
2025-07-15 1597500ffb8817259fa1c508fc2aeff79bb80770
Main/System/Hero/HeroInfo.Skin.cs
@@ -3,9 +3,16 @@
public partial class HeroInfo
{
    //  服务器数据 皮肤索引
    public int SkinIndex = 0;
    // 78 # 英雄使用的皮肤索引
    public int SkinIndex
    {
        get
        {
            if (itemHero == null)
                return 0;
            return itemHero.GetUseDataFirstValue(78);
        }
    }
    //  服务器数据 皮肤ID
    public int SkinID;