6 lines
160 B
Lua
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")
|