mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
4 lines
120 B
GDScript
4 lines
120 B
GDScript
class_name TickTool
|
|
|
|
static func millseconds(ms: int):
|
|
return await WorldManager.tree.create_timer(ms / 1000.0).timeout |