hch
2025-11-27 5a279e45cfd9e951788569f5ffc522952bf545e4
Main/System/HeroUI/HeroSkinModel.cs
@@ -18,5 +18,10 @@
        heroModel.PlayAnimation(actionName, true);
        heroModel.SetEnabled(enable);
    }
    public UIHeroController GetModel()
    {
        return heroModel;
    }
}