2024-12-30 22:05:28 -06:00

6 lines
160 B
Lua

local modpath = core.get_modpath(core.get_current_modname())
dofile(modpath .. "/api.lua")
dofile(modpath .. "/effects.lua")
dofile(modpath .. "/command.lua")