minor changes
This commit is contained in:
3
ts-lua/types/Input.d.ts
vendored
3
ts-lua/types/Input.d.ts
vendored
@@ -18,9 +18,8 @@ declare namespace input {
|
|||||||
NUM,
|
NUM,
|
||||||
NUM_DOT,
|
NUM_DOT,
|
||||||
FLOAT
|
FLOAT
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get(title: string, default_value: string, len: int, type: int): [int, string];
|
function get(title: string, default_value: string, len: int, type: types): [resonse, string];
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user