mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Change the TestEvent
This commit is contained in:
@@ -27,7 +27,7 @@ public partial class GameApp
|
||||
|
||||
private static void StartGameLogic()
|
||||
{
|
||||
GameEvent.Get<ILoginUI>().ShowLoginUI(NetworkError.Ok);
|
||||
GameEvent.Get<ILoginUI>().ShowLoginUI();
|
||||
GameModule.UI.ShowUIAsync<BattleMainUI>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user