Integrate LuaJIT for mod support. Modders can extend functionality without touching C code. Needs: sandboxed execution (no file I/O, no os.execute), mod loading from `mods/` directory, hot-reload for dev workflow.
Integrate LuaJIT for mod support. Modders can extend functionality without touching C code.
Needs: sandboxed execution (no file I/O, no os.execute), mod loading from
mods/directory, hot-reload for dev workflow.