Advertisement
Guest User

Untitled

a guest
May 30th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. include('shared.lua')
  2.  
  3. /*---------------------------------------------------------
  4. Name: ENT:Initialize()
  5. ---------------------------------------------------------*/
  6. function ENT:Initialize()
  7. end
  8.  
  9. /*---------------------------------------------------------
  10. Name: ENT:Think()
  11. ---------------------------------------------------------*/
  12. function ENT:Think()
  13. end
  14.  
  15. /*---------------------------------------------------------
  16. Name: ENT:Draw()
  17. ---------------------------------------------------------*/
  18. function ENT:Draw()
  19.  
  20. self.Entity:DrawModel()
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement