Files
project-cybersyn/cybersyn/control.lua
2022-12-23 10:53:12 -05:00

13 lines
375 B
Lua

--By Mami
--<goto p_continue> at line 310 jumps into the scope of local 'p_flag'
require("scripts.constants")
require("scripts.global")
require("scripts.factorio-api")
require("scripts.layout")
require("scripts.central-planning")
require("scripts.train-events")
require("scripts.gui")
require("scripts.migrations")
require("scripts.main")
require("scripts.remote-interface")