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