mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Started adding unit tests
This commit is contained in:
5
test/cowait.script
Normal file
5
test/cowait.script
Normal file
@@ -0,0 +1,5 @@
|
||||
local cowait = require "test.cowait"
|
||||
|
||||
function update(self, dt)
|
||||
cowait.update()
|
||||
end
|
Reference in New Issue
Block a user