DarkflameServer/dScripts/GfJailkeepMission.h

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

10 lines
267 B
C
Raw Normal View History

2022-08-06 03:01:59 +00:00
#pragma once
#include "CppScripts.h"
class GfJailkeepMission final : public CppScripts::Script
{
public:
void OnUse(Entity* self, Entity* user) override;
void OnMissionDialogueOK(Entity* self, Entity* target, int missionID, MissionState missionState) override;
};