Advertisement
TIMAS_Bro

uap

Oct 15th, 2023 (edited)
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. update = true
  2. function getU()
  3.   return update
  4. end
  5. function setU(v)
  6.   update = v
  7. end
  8. function upd()
  9.   update = true
  10. end
  11. function terminate()
  12.   update = "terminate"
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement