DarkflameServer/dScripts/AgCagedBricksServer.h

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

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);
};