| | |
| | | m_ServerSelect.SetListener(OpenServerListWin);
|
| | | m_SwitchAccount.SetListener(SwitchAccount);
|
| | | m_Notice.SetListener(VeiwNotice);
|
| | | m_UserHelp.SetListener(OpenUserHelp);
|
| | | if (m_UserHelp)
|
| | | {
|
| | | m_UserHelp.SetListener(OpenUserHelp);
|
| | | }
|
| | | }
|
| | |
|
| | | protected override void OnPreOpen()
|
| | |
| | | m_AlphaTween.SetStartState();
|
| | | m_SwitchAccount.gameObject.SetActive(VersionConfig.Get().versionAuthority == VersionAuthority.Release && !VersionConfig.Get().isBanShu);
|
| | |
|
| | | m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
|
| | | if (m_UserHelp)
|
| | | {
|
| | | m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
|
| | | }
|
| | |
|
| | | m_WaitServerList.gameObject.SetActive(!ServerListCenter.Instance.serverListGot);
|
| | | m_ContainerEnterGame.gameObject.SetActive(ServerListCenter.Instance.serverListGot);
|