Netty WIP

Implementing ByteBuf backed In/OutPacket first in a separate branch
This commit is contained in:
P0nk
2021-06-15 22:12:23 +02:00
parent 4dc0935391
commit 23bad12f8c
14 changed files with 301 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ package constants.net;
public class ServerConstants {
//Server Version
public static short VERSION = 83;
public static final short VERSION = 83;
//Debug Variables
public static int[] DEBUG_VALUES = new int[10]; // Field designed for packet testing purposes