mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-05 15:03:49 +01:00
11 lines
207 B
Lua
11 lines
207 B
Lua
-- power/init.lua
|
|
|
|
local path = microexpansion.get_module_path("power")
|
|
|
|
-- Power generators, wires, etc...
|
|
|
|
-- Load Resources
|
|
|
|
dofile(path.."/ctrl.lua") -- Controller
|
|
dofile(path.."/gen.lua") -- Generators
|