File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/Hotfix/UI/Logic/UILogin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ private async void Login()
76
76
var respPlayerList = await networkChannel . Call < RespPlayerList > ( reqPlayerList ) ;
77
77
if ( respPlayerList . PlayerList . Count > 0 )
78
78
{
79
- await GameApp . UI . OpenUIFormAsync < UIPlayerList > ( Utility . Asset . Path . GetUIPackagePath ( FUIPackage . UILogin ) , UIGroupConstants . Floor . Name , respLogin ) ;
79
+ await GameApp . UI . OpenUIFormAsync < UIPlayerList > ( Utility . Asset . Path . GetUIPath ( FUIPackage . UILogin ) , UIGroupConstants . Floor . Name , respLogin ) ;
80
80
}
81
81
else
82
82
{
83
- await GameApp . UI . OpenUIFormAsync < UIPlayerCreate > ( Utility . Asset . Path . GetUIPackagePath ( FUIPackage . UILogin ) , UIGroupConstants . Floor . Name , respLogin ) ;
83
+ await GameApp . UI . OpenUIFormAsync < UIPlayerCreate > ( Utility . Asset . Path . GetUIPath ( FUIPackage . UILogin ) , UIGroupConstants . Floor . Name , respLogin ) ;
84
84
}
85
85
86
- await GameApp . UI . OpenUIFormAsync < UIMain > ( Utility . Asset . Path . GetUIPackagePath ( FUIPackage . UIMain ) , UIGroupConstants . Floor . Name ) ;
86
+ await GameApp . UI . OpenUIFormAsync < UIMain > ( Utility . Asset . Path . GetUIPath ( FUIPackage . UIMain ) , UIGroupConstants . Floor . Name ) ;
87
87
GameApp . UI . CloseUIForm ( UIForm ) ;
88
88
}
89
89
You can’t perform that action at this time.
0 commit comments