| | |
| | | private void ShowWorldBoss()
|
| | | {
|
| | | CloseSubWindows();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<WorldBossWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<WorldBossWin>();
|
| | | }
|
| | |
|
| | | WindowCenter.Instance.Open<WorldBossWin>();
|
| | | functionOrder = m_WorldBoss.order;
|
| | | }
|
| | |
|
| | | private void ShowBossHome()
|
| | | {
|
| | | CloseSubWindows();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<BossHomeWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<BossHomeWin>();
|
| | | }
|
| | |
|
| | | WindowCenter.Instance.Open<BossHomeWin>();
|
| | | functionOrder = m_BossHome.order;
|
| | | }
|
| | |
|
| | | private void ShowPersonalBoss()
|
| | | {
|
| | | CloseSubWindows();
|
| | |
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<PersonalBossWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<PersonalBossWin>();
|
| | | }
|
| | |
|
| | | WindowCenter.Instance.Open<PersonalBossWin>();
|
| | | functionOrder = m_PersonalBoss.order;
|
| | | }
|
| | |
|
| | | private void ShowElderGodArea()
|
| | | {
|
| | | CloseSubWindows();
|
| | |
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<ElderGodAreaWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<ElderGodAreaWin>();
|
| | | }
|
| | |
|
| | | WindowCenter.Instance.Open<ElderGodAreaWin>();
|
| | | functionOrder = m_ElderGodArea.order;
|
| | | }
|
| | |
|
| | | private void ShowDropRecord()
|
| | | {
|
| | | CloseSubWindows();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<PreciousDropRecordWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<PreciousDropRecordWin>();
|
| | | }
|
| | |
|
| | | WindowCenter.Instance.Open<PreciousDropRecordWin>();
|
| | | functionOrder = m_DropRecord.order;
|
| | | }
|
| | |
|