2023-11-10 14:36:12 +00:00

10 lines
259 B
Lua

local path = logistica.MODPATH.."/api"
dofile(path.."/cables.lua")
dofile(path.."/controller.lua")
dofile(path.."/mass_storage.lua")
dofile(path.."/supplier.lua")
dofile(path.."/requester.lua")
dofile(path.."/injector.lua")
dofile(path.."/item_storage.lua")