Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. Player = {}
  2.  
  3. function Player:New(x, y)
  4.     local obj = Object:New(x, y)
  5.  
  6.     return obj
  7. end
Add Comment
Please, Sign In to add comment