| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Cysharp.Threading.Tasks; |
| | | |
| | | public class WarlordPavilionTabHandler : BaseChallengeTabHandler |
| | | { |
| | |
| | | return HandleBoneFieldNavigation; |
| | | } |
| | | |
| | | private void HandleBoneFieldNavigation() |
| | | private async void HandleBoneFieldNavigation() |
| | | { |
| | | if (!FuncOpen.Instance.IsFuncOpen(GetFuncId(), true)) |
| | | return; |
| | |
| | | WarlordPavilionBattleWin battleWin; |
| | | if (!UIManager.Instance.IsOpened<WarlordPavilionBattleWin>()) |
| | | { |
| | | battleWin = UIManager.Instance.OpenWindowAsync<WarlordPavilionBattleWin>().Forget(); |
| | | battleWin = await UIManager.Instance.OpenWindowAsync<WarlordPavilionBattleWin>(); |
| | | } |
| | | else |
| | | { |