We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0abce commit f0c0618Copy full SHA for f0c0618
Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs
@@ -63,7 +63,7 @@ private async void OnLoginButtonClick()
63
reqPlayerLogin.Id = m_SelectedPlayerInfo.Id;
64
var respPlayerLogin = await GameApp.Network.GetNetworkChannel("network").Call<RespPlayerLogin>(reqPlayerLogin);
65
PlayerManager.Instance.PlayerInfo = respPlayerLogin.PlayerInfo;
66
- await GameApp.UI.OpenFullScreenUIFormAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor.Name);
+ await GameApp.UI.OpenFullScreenAsync<UIMain>(Utility.Asset.Path.GetUIPath(nameof(UIMain)), UIGroupConstants.Floor);
67
GameApp.UI.CloseUIForm(this);
68
}
69
0 commit comments