summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r--src/resources/beinginfo.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h
index 2eac4237..20e66067 100644
--- a/src/resources/beinginfo.h
+++ b/src/resources/beinginfo.h
@@ -43,10 +43,13 @@ struct Attack
enum class SoundEvent
{
+ DIE,
HIT,
- MISS,
HURT,
- DIE
+ MISS,
+ MOVE,
+ SIT,
+ SPAWN,
};
/**