DarkflameServer/dScripts/AgCagedBricksServer.h

7 lines
138 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class AgCagedBricksServer : public CppScripts::Script {
void OnUse(Entity* self, Entity* user);
2022-07-28 13:39:57 +00:00
};