Added a GUI to the master routing node to get a feel for what the routing system will be like. It's... WIP.

This commit is contained in:
WayofTime 2016-01-17 21:00:48 -05:00
parent 34d24c85dc
commit 01fcec9a8c
7 changed files with 97 additions and 1 deletions

View file

@ -111,6 +111,7 @@ public class Constants
public static final int TELEPOSER_GUI = 0;
public static final int SOUL_FORGE_GUI = 1;
public static final int ROUTING_NODE_GUI = 2;
public static final int MASTER_ROUTING_NODE_GUI = 3;
}
public static class Compat