Begin implementing more OOP-like design

This commit is contained in:
2024-10-15 16:28:59 +02:00
parent db1d7fe820
commit 52aea868a5
6 changed files with 501 additions and 282 deletions

View File

@@ -39,6 +39,10 @@ dofile(modpath.."/api/side.lua")
dofile(modpath.."/api/tool.lua")
dofile(modpath.."/machines/common.lua")
dofile(modpath.."/machines/machine.lua")
dofile(modpath.."/machines/activated_machine.lua")
dofile(modpath.."/machines/electric_machine.lua")
dofile(modpath.."/machines/activated_electric_machine.lua")
dofile(modpath.."/machines/canning_machine.lua")
dofile(modpath.."/machines/chargepad.lua")
dofile(modpath.."/machines/compressor.lua")