THE UPDATE
Merging months of dev work into master. The update is playable, but untested.
This commit is contained in:
14
StevenDimDoors/mod_pocketDim/PacketConstants.java
Normal file
14
StevenDimDoors/mod_pocketDim/PacketConstants.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package StevenDimDoors.mod_pocketDim;
|
||||
|
||||
public class PacketConstants
|
||||
{
|
||||
private PacketConstants() { }
|
||||
|
||||
public static final String CHANNEL_NAME = "DimDoorsPackets";
|
||||
|
||||
public static final byte CLIENT_JOIN_PACKET_ID = 1;
|
||||
public static final byte CREATE_DIM_PACKET_ID = 2;
|
||||
public static final byte DELETE_DIM_PACKET_ID = 3;
|
||||
public static final byte CREATE_LINK_PACKET_ID = 4;
|
||||
public static final byte DELETE_LINK_PACKET_ID = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user