mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 09:09:30 +00:00
6 lines
No EOL
124 B
Lua
6 lines
No EOL
124 B
Lua
local timer = require((...):match("^(.-%.)backend").."timer")
|
|
local ctr = require("ctr")
|
|
|
|
timer.get = ctr.time
|
|
|
|
return timer |