| | |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | |
| | | public class WarlordPavilionTabHandler : BaseChallengeTabHandler |
| | |
| | | WarlordPavilionBattleWin battleWin; |
| | | if (!UIManager.Instance.IsOpened<WarlordPavilionBattleWin>()) |
| | | { |
| | | battleWin = UIManager.Instance.OpenWindow<WarlordPavilionBattleWin>(); |
| | | battleWin = UIManager.Instance.OpenWindowAsync<WarlordPavilionBattleWin>().Forget(); |
| | | } |
| | | else |
| | | { |
| | |
| | | } |
| | | else |
| | | { |
| | | UIManager.Instance.OpenWindow<TowerBaseWin>(); |
| | | UIManager.Instance.OpenWindowAsync<TowerBaseWin>().Forget(); |
| | | } |
| | | } |
| | | |