DarkflameServer/dScripts/NpcCowboyServer.h

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

8 lines
201 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NpcCowboyServer : public CppScripts::Script
{
void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, MissionState missionState) override;
};