| | |
| | | |
| | | public override void WhaleFall() |
| | | { |
| | | UIManager.Instance.CloseWindow<FullScreenBattleWin>(); |
| | | UIManager.Instance.CloseWindow<StoryBossBattleWin>(); |
| | | AutoFightModel.Instance.isPause = false; |
| | | Destroy(); |
| | | } |
| | |
| | | BattleManager.Instance.DistributeNextReportPackage(guid); |
| | | } |
| | | |
| | | |
| | | public override void ShowWindow(HB424_tagSCTurnFightInit vNetData) |
| | | { |
| | | StoryBossBattleWin fsBattleWin = UIManager.Instance.GetUI<StoryBossBattleWin>();// as FullScreenBattleWin; |
| | | if (null == fsBattleWin) |
| | | { |
| | | fsBattleWin = UIManager.Instance.OpenWindow<StoryBossBattleWin>(); |
| | | } |
| | | fsBattleWin.SetBattleField(this); |
| | | } |
| | | } |