init
This commit is contained in:
12
RAGE/System.d.ts
vendored
Normal file
12
RAGE/System.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* System Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace system {
|
||||
|
||||
function wait(ms: int): void
|
||||
function yield(ms: int): void
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user