Add Engine Controller Component

This commit is contained in:
2022-06-30 23:18:54 +01:00
parent 3a4bf205cf
commit 6cc5ed68ef
5 changed files with 38 additions and 11 deletions

View File

@@ -4,9 +4,10 @@ local moduleNames = {
"countercomponent",
-- "activecountercomponent",
"reactorcontrollercomponent",
"enginecontrollercomponent",
}
modPath = table.pack(...)[1] .. "/Lua/"
local modPath = table.pack(...)[1] .. "/Lua/"
for _, moduleName in ipairs(moduleNames) do
dofile(modPath .. moduleName .. ".lua")