Clean up old In/OutPacket

This commit is contained in:
P0nk
2021-06-22 17:15:19 +02:00
parent 442684d852
commit 171215e653
2 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
package net.netty;
public class InPacket {
}

View File

@@ -1,5 +0,0 @@
package net.netty;
public interface OutPacket {
byte[] getBytes();
}