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/Hero/UIHeroController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Hero/UIHeroController.cs b/Main/System/Hero/UIHeroController.cs
index 2ad5cd7..4712be1 100644
--- a/Main/System/Hero/UIHeroController.cs
+++ b/Main/System/Hero/UIHeroController.cs
@@ -13,7 +13,7 @@
 	protected Spine.AnimationState spineAnimationState;
 	private GameObject instanceGO;
 
-	private Action onComplete;
+	public Action onComplete;
 	public void Create(int _skinID, float scale = 0.8f, Action _onComplete = null, string motionName = "idle", bool isLh = false)
 	{
 		if (skinID == _skinID)

--
Gitblit v1.8.0