mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-16 10:19:27 +02:00
12 lines
151 B
Lua
12 lines
151 B
Lua
local Event = require 'utils.event'
|
|
|
|
-- Uncomment the desired day/night cycle
|
|
|
|
-- requires
|
|
-- requires
|
|
|
|
local function init()
|
|
end
|
|
|
|
Event.on_init(init)
|