Skip to content

Instantly share code, notes, and snippets.

@Quit

Quit/trapper.lua Secret

Created June 19, 2014 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quit/f2741692637d00142e38 to your computer and use it in GitHub Desktop.
Save Quit/f2741692637d00142e38 to your computer and use it in GitHub Desktop.
local trapper_class = {}
function trapper_class.promote(entity)
end
function trapper_class.demote(entity)
end
return trapper_class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment