Change the TestEvent

This commit is contained in:
Alex-Rachel
2025-03-12 12:13:51 +08:00
parent 6a1ea3d9b8
commit b0c357bba2
2 changed files with 2 additions and 2 deletions

View File

@@ -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>();
}