From 5a279e45cfd9e951788569f5ffc522952bf545e4 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 27 十一月 2025 00:04:10 +0800
Subject: [PATCH] 0312 内政NPC聊天
---
Main/System/HeroUI/HeroSkinModel.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroUI/HeroSkinModel.cs b/Main/System/HeroUI/HeroSkinModel.cs
index 0bd73d6..9d24b54 100644
--- a/Main/System/HeroUI/HeroSkinModel.cs
+++ b/Main/System/HeroUI/HeroSkinModel.cs
@@ -18,5 +18,10 @@
heroModel.PlayAnimation(actionName, true);
heroModel.SetEnabled(enable);
}
+
+ public UIHeroController GetModel()
+ {
+ return heroModel;
+ }
}
--
Gitblit v1.8.0