first commit
This commit is contained in:
12
Minecraft.Client/TeleportCommand.h
Normal file
12
Minecraft.Client/TeleportCommand.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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);
|
||||
};
|
||||
Reference in New Issue
Block a user