faster clock

This commit is contained in:
2025-12-24 13:44:11 +01:00
parent 586a23a6a1
commit e4d158a52a
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ function on_init() end
---It should be defined by the user in the script.
---@return nil
function on_start() end
---This function is called every minute
---This function is called every second
---It should be defined by the user in the script.
---@return nil
function tick() end