first commit

This commit is contained in:
alex
2025-06-22 11:32:11 +03:00
commit d3b2944cd8
18 changed files with 519 additions and 0 deletions

7
.luarc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"runtime.version": "Lua 5.1",
"workspace.library": [
"./scripts/_globals.lua"
],
"diagnostics.globals": ["Params", "Result"]
}