DarkflameServer/dScripts/02_server/Map/njhub/NjColeNPC.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
287 B
C
Raw Normal View History

#include "NjNPCMissionSpinjitzuServer.h"
class NjColeNPC : public NjNPCMissionSpinjitzuServer {
void OnEmoteReceived(Entity* self, int32_t emote, Entity* target) override;
void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, eMissionState missionState) override;
};