| | |
| | | SetFunctionListener(2, ShowBossHome);
|
| | | SetFunctionListener(3, ShowPersonalBoss);
|
| | | SetFunctionListener(4, ShowElderGodArea);
|
| | | SetFunctionListener(5, ShowJadeDynastyBoss);
|
| | | SetFunctionListener(6, ShowDropRecord);
|
| | | //SetFunctionListener(5, ShowJadeDynastyBoss);
|
| | | SetFunctionListener(5, ShowDropRecord);
|
| | | }
|
| | |
|
| | | protected override void OnPreOpen()
|
| | |
| | | functionOrder = 4;
|
| | | }
|
| | |
|
| | | private void ShowJadeDynastyBoss()
|
| | | {
|
| | | CloseSubWindows();
|
| | | WindowCenter.Instance.Open<JadeDynastyBossWin>();
|
| | | functionOrder = 5;
|
| | | }
|
| | | //private void ShowJadeDynastyBoss()
|
| | | //{
|
| | | // CloseSubWindows();
|
| | | // WindowCenter.Instance.Open<JadeDynastyBossWin>();
|
| | | // functionOrder = 5;
|
| | | //}
|
| | |
|
| | | private void ShowDropRecord()
|
| | | {
|
| | | CloseSubWindows();
|
| | | WindowCenter.Instance.Open<PreciousDropRecordWin>();
|
| | | functionOrder = 6;
|
| | | functionOrder = 5;
|
| | | }
|
| | |
|
| | | }
|