DarkflameServer/dScripts/NjScrollChestServer.h

7 lines
150 B
C
Raw Normal View History

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