Finish InPacket & OutPacket implementations

This commit is contained in:
P0nk
2021-06-20 21:27:50 +02:00
parent f3faee2e16
commit aaf4b558f3
5 changed files with 24 additions and 26 deletions

View File

@@ -1,6 +1,5 @@
package net.packet;
public interface Packet {
short getHeader();
byte[] getBytes();
}