From ed63aa36ced400b4eef79862e85498213ae40c4a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 19 十二月 2025 16:43:55 +0800
Subject: [PATCH] 0312 满星蓝卡提醒可遣散

---
 Main/System/HeroUI/HeroSkinModel.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Main/System/HeroUI/HeroSkinModel.cs b/Main/System/HeroUI/HeroSkinModel.cs
index dddc065..9d24b54 100644
--- a/Main/System/HeroUI/HeroSkinModel.cs
+++ b/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;
+    }
 }
 

--
Gitblit v1.8.0