yyl
2026-03-26 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7
Main/System/HeroUI/HeroSkinModel.cs
@@ -12,9 +12,9 @@
    public bool enable = true;
    public void Start()
    public async void Start()
    {
        heroModel.Create(heroSkinID, scale);
        await heroModel.Create(heroSkinID, scale);
        heroModel.PlayAnimation(actionName, true);
        heroModel.SetEnabled(enable);
    }