mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
7 lines
No EOL
139 B
Lua
7 lines
No EOL
139 B
Lua
local timer = require((...):match("^(.-%.)backend").."timer")
|
|
|
|
timer.get = function()
|
|
return love.timer.getTime() * 1000
|
|
end
|
|
|
|
return timer |