DarkflameServer/dScripts/02_server/Map/njhub/NjDragonEmblemChestServer.h

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

7 lines
153 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NjDragonEmblemChestServer : public CppScripts::Script {
void OnUse(Entity* self, Entity* user) override;
};