7 lines
164 B
Lua

local path = logistica.MODPATH.."/api"
dofile(path.."/cables.lua")
dofile(path.."/controller.lua")
dofile(path.."/mass_storage.lua")
dofile(path.."/demander.lua")