diff options
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |