mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-23 04:10:06 +00:00
Added ON_COMBAT trigger
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user