From 93cb5d260de89da61ee0ffc7478dd0cd2f5e7011 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 17:57:03 +0100 Subject: cool fury ! --- src/entity.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.hpp') diff --git a/src/entity.hpp b/src/entity.hpp index 39ca07e..fe0d66b 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -17,6 +17,8 @@ class Entity { public: int hp; int radius; + int victims; + bool threshold; float posX; float posY; Vector2 direction; -- cgit v1.2.3