mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 20:32:29 +00:00
new structure, spawner, rebind
This commit is contained in:
3
assets/Scripts/Services/Utils/AsyncUtils.ts
Normal file
3
assets/Scripts/Services/Utils/AsyncUtils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function delay(ms: number): Promise<void> {
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user