mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 08:36:14 +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));
|
||||
}
|
9
assets/Scripts/Services/Utils/AsyncUtils.ts.meta
Normal file
9
assets/Scripts/Services/Utils/AsyncUtils.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "a920e5e1-f469-4f4b-ad81-fa27d49f0389",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user