diff options
Diffstat (limited to 'include/attack.hpp')
-rw-r--r-- | include/attack.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/attack.hpp b/include/attack.hpp index 412694e..027b93f 100644 --- a/include/attack.hpp +++ b/include/attack.hpp @@ -9,7 +9,8 @@ enum class AttackType : char { ShortSlash, - LongSlash + LongSlash, + SmallBoom }; struct AttackEvent { |