게임 시작 시 PostInit에서 3초 대기 제거

This commit is contained in:
Jeonghyeon 2025-07-14 02:01:59 +00:00
parent b83e4c3a5e
commit 23b8a1c6c4

View File

@ -32,7 +32,6 @@ public async void PostInit()
{
if (IsGameStarted() == false)
{
await Task.Delay(3000);
await ChangeFlow(GameFlowState.ReadyForRestaurant);
}
}