@@ -49,7 +49,8 @@ struct Enemy {
Vector2 center;
float radius;
float speed;
bool alive;
uint32_t hp;
[[nodiscard]] bool alive() const noexcept { return hp != 0; }
};
enum ItemType {
The note is not visible to the blocked user.