The Update() method has a few things that it needs to worry about. First, it needs to update both the position and angle by the velocity and angular velocities respectively. Additionally, it needs to decrement the TTL (time to live) variable to move it one step closer to expiring. You can do this by adding the following code to your Particle class: