Guest User

Untitled

a guest
Apr 27th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.26 KB | None | 0 0
  1. Public Class Particle
  2.  
  3.     Dim particle As Texture2D
  4.     Dim position As Vector2
  5.     Dim velocity As Vector2
  6.     Dim lifespan As Integer
  7.     Dim currentTime As Integer
  8.  
  9.     Sub DrawMethod()
  10.  
  11.     End Sub
  12.  
  13.     Sub UpdateMethod()
  14.  
  15.     End Sub
  16.  
  17. End Class
Add Comment
Please, Sign In to add comment