2023-11-09 15:48:57 +00:00

14 lines
466 B
Lua

local path = logistica.MODPATH .. "/logic"
-- once again, order is important
dofile(path .. "/processing_queue.lua")
dofile(path .. "/groups.lua")
dofile(path .. "/network_cache.lua")
dofile(path .. "/network_logic.lua")
dofile(path .. "/node_list_cache.lua")
dofile(path .. "/network_storage.lua")
dofile(path .. "/controller.lua")
dofile(path .. "/mass_storage.lua")
dofile(path .. "/supplier.lua")
dofile(path .. "/requester.lua")
dofile(path .. "/injector.lua")