diff options
Diffstat (limited to '')
-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 fe0d66b..0b170ab 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -18,9 +18,11 @@ class Entity { int hp; int radius; int victims; + int fury; bool threshold; float posX; float posY; + double time; Vector2 direction; Weapon * wp; Entity(); |