mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-02-07 13:31:54 +02:00
7 lines
113 B
Lua
7 lines
113 B
Lua
|
local Public = {}
|
||
|
|
||
|
Public.enabled = function()
|
||
|
return script.active_mods['space-age'] ~= nil
|
||
|
end
|
||
|
|
||
|
return Public
|