mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 18:37:46 +02:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
local cowait = require "test.cowait"
|
|
|
|
function update(self, dt)
|
|
cowait.update()
|
|
end
|