Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
338 B · 16 lines
C
at master
12345678910111213141516#pragma once
#include "Command.h"
class GameType;
class GameModeCommand : public Command{public: virtual EGameCommand getId(); int getPermissionLevel(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
protected: GameType *getModeForString(shared_ptr<CommandSender> source, const wstring &name);};