From d1256960580b99f4efe67848d064a59fd8d1cfa8 Mon Sep 17 00:00:00 2001 From: zomo Date: Wed, 23 Jun 2021 22:14:30 -0500 Subject: [PATCH] system --- ts-lua/types/RAGE/System.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-lua/types/RAGE/System.d.ts b/ts-lua/types/RAGE/System.d.ts index e83af72..2e17c17 100644 --- a/ts-lua/types/RAGE/System.d.ts +++ b/ts-lua/types/RAGE/System.d.ts @@ -4,7 +4,8 @@ */ declare namespace system { - + function wait(ms: int): void + function yield(ms: int): void }