Main/System/HeroUI/HeroCardCell.cs
@@ -1,4 +1,4 @@ using UnityEngine; using UnityEngine; using UnityEngine.UI; using System.Collections.Generic; @@ -92,7 +92,7 @@ heroCardBtn.AddListener(() => { HeroUIManager.Instance.selectHeroGuid = guid; UIManager.Instance.OpenWindow<HeroTrainWin>(funcState == 3 ? 1 : 0); UIManager.Instance.OpenWindowAsync<HeroTrainWin>(funcState == 3 ? 1 : 0).Forget(); }); } }