Advertisement
Guest User

Untitled

a guest
Sep 17th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1.  
  2. --[[---------------------------------------------------------
  3.    Initializes the effect. The data is a table of data
  4.    which was passed from the server.
  5. -----------------------------------------------------------]]
  6. function EFFECT:Init( data )
  7.  
  8.  
  9.    
  10. end
  11.  
  12.  
  13. --[[---------------------------------------------------------
  14.    THINK
  15. -----------------------------------------------------------]]
  16. function EFFECT:Think( )
  17.     return false
  18. end
  19.  
  20. --[[---------------------------------------------------------
  21.    Draw the effect
  22. -----------------------------------------------------------]]
  23. function EFFECT:Render()
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement