DarkflameServer/dScripts/02_server/Map/VE/VeBricksampleServer.h

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

8 lines
195 B
C
Raw Normal View History

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