Fixed some weird stuff I did back in the days when first writing the Packet Serialization.

This commit is contained in:
Marius Metzger
2015-02-20 12:54:23 +01:00
parent d3a9331bf7
commit 2cf53d233a
6 changed files with 41 additions and 32 deletions

View File

@@ -19,6 +19,8 @@ public class GuiConstants {
public static final int UPLOAD_TAG_INPUT = 3007;
public static final int UPLOAD_TAG_PLACEHOLDER = 3008;
public static final int EXIT_REPLAY_BUTTON = 4001;
public static final int REPLAY_OPTIONS_BUTTON_ID = 8000;
public static final int REPLAY_MANAGER_BUTTON_ID = 9001;