3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 10:27:49 +02:00
Monarch-Extension/test/cowait.script
2017-11-30 20:25:17 +01:00

6 lines
85 B
Plaintext

local cowait = require "test.cowait"
function update(self, dt)
cowait.update()
end