wait immer async

This commit is contained in:
hydrant
2021-04-05 00:56:51 +02:00
parent 535b6155fe
commit 3f134acd09
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
interface IGame {
wait(ms: number);
wait(ms: number): Promise<void>;
events: IEvents;
ui: IUi;