aboutsummaryrefslogtreecommitdiffstats
path: root/src/weapon.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/weapon.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/weapon.hpp b/src/weapon.hpp
index ca03de3..cce6c50 100644
--- a/src/weapon.hpp
+++ b/src/weapon.hpp
@@ -22,6 +22,9 @@ protected:
unsigned int max;
+ double cooldown;
+ double t;
+
float const ⦥
unsigned int const &damage;