DarkflameServer/dScripts/AgCagedBricksServer.h

6 lines
137 B
C
Raw Normal View History

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