local moduleNames = { "flipflopcomponent", -- "activeflipflopcomponent", "countercomponent", -- "activecountercomponent", "reactorcontrollercomponent", "enginecontrollercomponent", } local modPath = table.pack(...)[1] .. "/Lua/" for _, moduleName in ipairs(moduleNames) do dofile(modPath .. moduleName .. ".lua") end