DarkflameServer/dScripts/02_server/Map/AG/NpcCowboyServer.h

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

8 lines
202 B
C
Raw Normal View History

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