Files
herolib/lib/core/base/factory.v
Mahmoud Emad 10e27d2962 feat: add base module
- Add base module with context, session, and configurator.
- Implement session management and configuration loading/saving.
- Introduce error handling and logging mechanisms.
- Include template files for Lua scripts.
2024-12-25 13:31:03 +02:00

7 lines
81 B
V

module base
__global (
contexts map[u32]&Context
context_current u32
)