hch
6 天以前 8c500049cd295cb90383fd3b3eb506a692c27a89
0312 解锁阵容人数限制后引导布阵
1个文件已修改
1 ■■■■ 已修改文件
Main/System/Main/HeroFightingCardCell.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
            }