diff options
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.hpp b/src/entity.hpp index dd8a810..c114ca7 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -22,7 +22,8 @@ class Entity { bool threshold; float posX; float posY; - double time; + double furyTime; + double reloadTime; Vector2 direction; Weapon * wp; Image img; |