mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-05 06:53:45 +01:00
14 lines
276 B
Lua
14 lines
276 B
Lua
-- power/init.lua
|
|
|
|
local me = microexpansion
|
|
|
|
local path = microexpansion.get_module_path("power")
|
|
|
|
me.power = {}
|
|
|
|
-- Load Resources
|
|
|
|
dofile(path.."/network.lua") -- Network Management
|
|
--dofile(path.."/ctrl.lua") -- Controller/wires
|
|
dofile(path.."/gen.lua") -- Generators
|