DarkflameServer/dScripts/NjDragonEmblemChestServer.h

7 lines
156 B
C
Raw Normal View History

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