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.
257 B · 13 lines
C
at master
12345678910111213#pragma once
#include "Command.h"
class CommandSender;
class ExperienceCommand : public Command{public: virtual EGameCommand getId(); virtual int getPermissionLevel(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);};