mirror of
https://github.com/theFox6/microexpansion.git
synced 2025-04-02 14:12:40 +02:00
7 lines
125 B
Lua
7 lines
125 B
Lua
-- tools/init.lua
|
|
|
|
local path = microexpansion.get_module_path("tools")
|
|
|
|
-- Load In Xtremo Tools
|
|
dofile(path.."/xtremo.lua")
|