Added proper disconnect packet, kick command

This commit is contained in:
LOOHP
2020-08-04 14:36:14 +08:00
parent 2a48ead90d
commit bd3b72a519
22 changed files with 302 additions and 138 deletions
@@ -4,6 +4,6 @@ import java.io.IOException;
public abstract class PacketOut extends Packet {
public abstract byte[] getBytes() throws IOException;
public abstract byte[] serializePacket() throws IOException;
}