DarkflameServer/dScripts/VeBricksampleServer.h
2021-12-05 18:54:36 +01:00

8 lines
201 B
C++

#pragma once
#include "CppScripts.h"
class VeBricksampleServer : public CppScripts::Script {
void OnUse(Entity *self, Entity *user) override;
const std::u16string m_LootVariable = u"Loot";
};