Add Engine Controller Component
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user