mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
function init(self)
|
|
local monarch = require "monarch.monarch"
|
|
local data = monarch.data(hash("screen_preload"))
|
|
data.count = data.count + 1
|
|
end
|