diff options
Diffstat (limited to '')
-rw-r--r-- | src/weapon.hpp | 3 |
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; |