Main/System/HeroUI/HeroSkinModel.cs
@@ -2,7 +2,7 @@ //武将外观配置 public class HeroModel : MonoBehaviour public class HeroSkinModel : MonoBehaviour { [SerializeField] UIHeroController heroModel; public int heroSkinID = 0; @@ -18,5 +18,10 @@ heroModel.PlayAnimation(actionName, true); heroModel.SetEnabled(enable); } public UIHeroController GetModel() { return heroModel; } }