14 lines
276 B
Lua
Raw Normal View History

-- power/init.lua
2017-07-25 10:47:25 -07:00
local me = microexpansion
2017-07-25 10:47:25 -07:00
local path = microexpansion.get_module_path("power")
me.power = {}
-- Load Resources
2017-07-25 10:47:25 -07:00
dofile(path.."/network.lua") -- Network Management
--dofile(path.."/ctrl.lua") -- Controller/wires
dofile(path.."/gen.lua") -- Generators