| | |
| | | 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));
|
| | |
|
| | | m_WaitServerList.gameObject.SetActive(!ServerListCenter.Instance.serverListGot);
|
| | | m_ContainerEnterGame.gameObject.SetActive(ServerListCenter.Instance.serverListGot);
|
| | | m_ContainerAccount.gameObject.SetActive(ServerListCenter.Instance.serverListGot
|