Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Player:create(game)
- local play = {}
- setmetatable(play,Player)
- play.game = game
- return play
- end
- --creates a function for a player, and a class for it called play
- --see also: https://pastebin.com/2CYCdYSD and https://pastebin.com/TqEhPaiC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement