hch
3 天以前 b816510b6b189c280088dec693f8181489214a7c
Main/System/HeroUI/HeroCardCell.cs
@@ -92,7 +92,7 @@
        heroCardBtn.AddListener(() =>
        {
            HeroUIManager.Instance.selectHeroGuid = guid;
            UIManager.Instance.OpenWindow<HeroTrainWin>();
            UIManager.Instance.OpenWindow<HeroTrainWin>(funcState == 3 ? 1 : 0);
        });
    }
}