Class ProjectileDestructors
java.lang.Object
com.csse3200.game.entities.destructors.ProjectileDestructors
Responsible for destroying projectiles within the game
-
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
destroyProjectile
(Entity projectile) Destroys the projectile entity.
-
Method Details
-
destroyProjectile
Destroys the projectile entity.- Parameters:
projectile
- The projectile entity that needs to be destroyed.- Returns:
- Destroyed projectile entity.
-