DarkflameServer/dScripts/VeBricksampleServer.h
2022-07-28 08:39:57 -05:00

8 lines
195 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";
};