| | |
| | | _gmInfoBtn.onClick.AddListener(OnClickGMInfoBtn);
|
| | | _clearBtn.onClick.AddListener(OnClickClearBtn);
|
| | | achieveJumpTestBtn.AddListener(ClickAchieveJumpBtn);
|
| | | } |
| | | }
|
| | |
|
| | |
|
| | | protected override void OnPreOpen()
|
| | |
| | | _cmdCtrl.OnRefreshCell += RefreshCmdCell;
|
| | |
|
| | | _cmdContent.SetActive(false);
|
| | | }
|
| | | |
| | | protected override void OnPreClose()
|
| | | {
|
| | | _cmdCtrl.OnRefreshCell -= RefreshCmdCell;
|
| | | }
|
| | |
|
| | | protected override void OnOpen()
|
| | |
| | | if (_inputCmd.text == null || _inputCmd.text == "" || _inputCmd.text == string.Empty)
|
| | | return;
|
| | |
|
| | | // if (_inputCmd.text == "HappyXB")
|
| | | // {
|
| | | // WindowCenter.Instance.Open<HappyXBWin>();
|
| | | // return;
|
| | | // }
|
| | | if (_inputCmd.text.StartsWith("GuildID"))
|
| | | {
|
| | | var id = GuildManager.Instance.DecryptGuildID(_inputCmd.text.Substring(8));
|
| | | ServerTipDetails.ReceivePackage("公会ID:" + id);
|
| | | return;
|
| | | }
|
| | | // else if (_inputCmd.text == "TreasureFindHost")
|
| | | // {
|
| | | // WindowCenter.Instance.Open<TreasureFindHostWin>();
|