mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-05-03 19:30:04 -05:00
8 lines
287 B
C++
8 lines
287 B
C++
#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;
|
|
};
|