Skip to content

Instantly share code, notes, and snippets.

@Bradshaw
Forked from hugodes/gist:6489552
Last active December 22, 2015 14:59
Show Gist options
  • Save Bradshaw/6489560 to your computer and use it in GitHub Desktop.
Save Bradshaw/6489560 to your computer and use it in GitHub Desktop.
class = {}
local health
function class:health()
return health
end
return class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment