FlipFlop, Counter, Reactor Controller Components
This commit is contained in:
11
Lua/Autorun/autorun.lua
Normal file
11
Lua/Autorun/autorun.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local moduleNames = {
|
||||
"flipflopcomponent",
|
||||
"countercomponent",
|
||||
"reactorcontrollercomponent",
|
||||
}
|
||||
|
||||
modPath = table.pack(...)[1] .. "/Lua/"
|
||||
|
||||
for _, moduleName in ipairs(moduleNames) do
|
||||
dofile(modPath .. moduleName .. ".lua")
|
||||
end
|
Reference in New Issue
Block a user