Compare commits
2 commits
12ae6ff798
...
618474b080
| Author | SHA1 | Date | |
|---|---|---|---|
| 618474b080 | |||
| ef007afc55 |
1 changed files with 6 additions and 0 deletions
|
|
@ -215,9 +215,15 @@ function Jane.q(func, delay, timer, trigger, blockable, blocking, no_delete)
|
||||||
end
|
end
|
||||||
|
|
||||||
if false then
|
if false then
|
||||||
|
---@type table?
|
||||||
|
Big = Big
|
||||||
|
|
||||||
---@type { aliases: { [string]: string } }?
|
---@type { aliases: { [string]: string } }?
|
||||||
Cryptid = Cryptid
|
Cryptid = Cryptid
|
||||||
|
|
||||||
|
---@type { config_file: { break_infinity: boolean, disable_anims: boolean }? }?
|
||||||
|
Talisman = Talisman
|
||||||
|
|
||||||
---@type fun(any): boolean
|
---@type fun(any): boolean
|
||||||
_G.is_number = _G.is_number
|
_G.is_number = _G.is_number
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue