Initial commit

This commit is contained in:
2026-03-08 14:18:29 -05:00
parent c360c027e1
commit 77490ae8df
18 changed files with 2037 additions and 1 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"Lua.workspace.library": [
"${workspaceFolder}/.luadefs"
],
"Lua.workspace.checkThirdParty": false,
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.globals": [
"Script",
"GlobalValue",
"ThreadValue"
]
}