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

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

10 lines
210 B
C
Raw Normal View History

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