forked from BLOCKFANTASY/LOOHP-Limbo
Use file to handle packet id mappings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.loohp.limbo.Server.Packets;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public abstract class PacketOut extends Packet {
|
||||
|
||||
public abstract byte[] getBytes() throws IOException;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user