Advertisement
actuallykane

Untitled

Dec 13th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. function entity(type, location, name)
  2.     local self = {}
  3.  
  4.     self.type = type
  5.     self.location = location
  6.     self.name = name
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement