Initial late commit

This commit is contained in:
Erris
2026-01-12 16:57:00 +01:00
commit 9c41714b96
181 changed files with 32168 additions and 0 deletions

5
open_engine/.luarc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"workspace.library": ["./resources/lua_library/"],
"runtime.version": "Lua 5.3",
"hint.enable": true
}