게임 시작 시 PostInit에서 3초 대기 제거
This commit is contained in:
parent
b83e4c3a5e
commit
23b8a1c6c4
@ -32,7 +32,6 @@ public async void PostInit()
|
||||
{
|
||||
if (IsGameStarted() == false)
|
||||
{
|
||||
await Task.Delay(3000);
|
||||
await ChangeFlow(GameFlowState.ReadyForRestaurant);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user