Files
factorio-scenario-ExpCluster/exp_legacy/module/module_exports.lua
2024-11-19 21:55:07 +00:00

4 lines
236 B
Lua

--- Can contain anything you want to allow other plugins to have access to, this example exposes the control file
-- Access the exports from other modules using require("modules/exp_legacy")
return require("modules/exp_legacy/control")