Extract side API functions to separate file

This commit is contained in:
2024-09-08 22:31:26 +02:00
parent 9436c7033b
commit cb41e76742
3 changed files with 50 additions and 32 deletions

View File

@@ -33,6 +33,7 @@ dofile(modpath.."/minerals.lua")
dofile(modpath.."/api/common.lua")
dofile(modpath.."/api/power.lua")
dofile(modpath.."/api/side.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/machines/common.lua")