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