mirror of
https://github.com/brues-code/SuperCleveRoidMacros.git
synced 2026-09-16 03:38:00 +00:00
23 lines
293 B
JSON
23 lines
293 B
JSON
{
|
|
"runtime": {
|
|
"version": "Lua 5.1"
|
|
},
|
|
"diagnostics": {
|
|
"disable": ["deprecated"],
|
|
"globals": [
|
|
"this",
|
|
"event",
|
|
"arg",
|
|
"arg1",
|
|
"arg2",
|
|
"arg3",
|
|
"arg4",
|
|
"arg5",
|
|
"arg6",
|
|
"arg7",
|
|
"arg8",
|
|
"arg9"
|
|
]
|
|
}
|
|
}
|