DarkflameServer/dScripts/AgSalutingNpcs.h

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

9 lines
186 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class AgSalutingNpcs final : public CppScripts::Script
{
public:
void OnEmoteReceived(Entity* self, int32_t emote, Entity* target) override;
};