Skip to content

Instantly share code, notes, and snippets.

@kraftwerk28
Created April 9, 2025 10:49
Show Gist options
  • Save kraftwerk28/36cc60e33b2f33befdb1bf93bf64bdcf to your computer and use it in GitHub Desktop.
Save kraftwerk28/36cc60e33b2f33befdb1bf93bf64bdcf to your computer and use it in GitHub Desktop.
local function update()
logger:write("ABCD", "l1,l2,l3", "fff", "---", "---", 3.14, 1, 42)
return update, 50
end
return update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment