This commit is contained in:
2025-12-24 23:16:10 +01:00
parent c085cb52c5
commit a3fd1a5462
3 changed files with 7 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ 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 time when the state resets, register your odas here
---It should be defined by the user in the script.
---@return nil
function on_state() end
---This function is called every second
---It should be defined by the user in the script.
---@return nil