mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
8 lines
141 B
Lua
8 lines
141 B
Lua
if settings.startup['PHI-CT'].value then
|
|
require('data.f.ct')
|
|
end
|
|
|
|
if settings.startup['PHI-MI'].value then
|
|
require('data.f.ct')
|
|
end
|