Hello guys, right now I have a class for bullet and a class for my enemies. Inside my bullet class I`m able to make it that if the bullet hit the enemy, the enemy is removed from the world. My problem is that after it hits the enemy and removes the enemy, the bullet continue flying until it hit the edge and removes itself. How do i make it so when the bullet hit the enemy, the enemy AND the bullet removes itself.
Thank you

