package com.rebotted.net.packets.impl; import com.rebotted.game.players.Player; import com.rebotted.net.packets.PacketType; /** * Clicking in game **/ public class ClickingInGame implements PacketType { @Override public void processPacket(Player c, int packetType, int packetSize) { } }