@@ -6,7 +6,7 @@ class TeleportCommand : public Command
|
||||
{
|
||||
public:
|
||||
virtual EGameCommand getId();
|
||||
virtual void execute(std::shared_ptr<CommandSender> source, byteArray commandData);
|
||||
virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
|
||||
|
||||
static std::shared_ptr<GameCommandPacket> preparePacket(PlayerUID subject, PlayerUID destination);
|
||||
static shared_ptr<GameCommandPacket> preparePacket(PlayerUID subject, PlayerUID destination);
|
||||
};
|
||||
Reference in New Issue
Block a user