Files
gregCore/examples/Lua/example_mod/mod.json
T
Marvin 84b6f56a50 chore: add DataCenter-RustBridge submodule
Initialize the DataCenter-RustBridge submodule to integrate the Rust bridge plugin for the DataCenter project. This enables using the external Rust-based components as a git submodule.
2026-04-20 14:48:52 +02:00

8 lines
165 B
JSON

{
"id": "example_mod",
"name": "Example Lua Mod",
"version": "1.0.0",
"author": "teamGreg",
"description": "Ein Beispiel-Mod für das gregCore Lua FFI."
}