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.
294 B · 15 lines
C
at main
123456789101112131415#pragma once
#include "GameModeCommand.h"
class GameType;
class DefaultGameModeCommand : public GameModeCommand{public: virtual EGameCommand getId(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
protected: void doSetGameType(GameType *newGameType);};