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