-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Milestone
Description
- All entities has max HP and current HP.
- Entities with attacking capability have something like
LaserGun { damage: f32, rate: f32, last_fire: Option<Time> } - When an entity reached HP of 0, it is destroyed.
- There is a new
EntityDestroyedevent handled by all relevant plugins (to remove dangling Entity IDs).