Added ON_COMBAT trigger

This commit is contained in:
2021-01-09 13:17:28 +00:00
committed by dongresource
parent 81c2a2a8b3
commit dc6de46a1f
2 changed files with 6 additions and 2 deletions

View File

@@ -12,9 +12,9 @@
#define RESURRECT_HEIGHT 400
// placeholder; there's only one trigger type right now
enum Trigger {
ON_KILLED
ON_KILLED,
ON_COMBAT
};
typedef void (*NPCEventHandler)(CNSocket*, BaseNPC*);