hch
2026-03-12 5a2fad3286d66058f5fdce63a29922f9992019d9
Main/System/HeroUI/HeroCardCell.cs
@@ -92,7 +92,7 @@
        heroCardBtn.AddListener(() =>
        {
            HeroUIManager.Instance.selectHeroGuid = guid;
            UIManager.Instance.OpenWindow<HeroTrainWin>(funcState == 3 ? 1 : 0);
            UIManager.Instance.OpenWindow<HeroTrainBaseWin>(funcState == 3 ? 1 : 0);
        });
    }
}