From 8c500049cd295cb90383fd3b3eb506a692c27a89 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 15 十二月 2025 16:15:24 +0800
Subject: [PATCH] 0312 解锁阵容人数限制后引导布阵
---
Main/System/Main/HeroFightingCardCell.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Main/System/Main/HeroFightingCardCell.cs b/Main/System/Main/HeroFightingCardCell.cs
index 73c1b92..189f7e7 100644
--- a/Main/System/Main/HeroFightingCardCell.cs
+++ b/Main/System/Main/HeroFightingCardCell.cs
@@ -133,6 +133,7 @@
{
HeroUIManager.Instance.OnUnLockHeroCountEvent?.Invoke();
SysNotifyMgr.Instance.ShowTip("HeroCountUnLock5", TeamConst.MaxTeamHeroCount - HeroUIManager.Instance.lockIndexList.Count);
+ NewBieCenter.Instance.StartNewBieGuide(95);
};
unlockEffect.Play();
}
--
Gitblit v1.8.0