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.
313 B · 12 lines
C
at main
123456789101112#pragma once
#include "..\Minecraft.World\Command.h"
class TeleportCommand : public Command{public: virtual EGameCommand getId(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
static shared_ptr<GameCommandPacket> preparePacket(PlayerUID subject, PlayerUID destination);};