mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-28 01:29:31 +00:00
Rename time to timer
This commit is contained in:
parent
b5324faace
commit
82bc7268e6
9 changed files with 37 additions and 37 deletions
6
timer/backend/ctrulua.lua
Normal file
6
timer/backend/ctrulua.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local timer = require((...):match("^(.-%.)backend").."timer")
|
||||
local ctr = require("ctr")
|
||||
|
||||
timer.get = ctr.time
|
||||
|
||||
return timer
|
||||
Loading…
Add table
Add a link
Reference in a new issue