aboutsummaryrefslogtreecommitdiffstats
path: root/include/attack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/attack.hpp')
-rw-r--r--include/attack.hpp3
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 {