(String name)
| 143 | } |
| 144 | |
| 145 | public void joinGlobal(String name) throws IOException |
| 146 | { |
| 147 | globalClient.joinGlobalServer(Constants.GLOBAL_IP, Constants.GLOBAL_PORT, name); |
| 148 | |
| 149 | graphUI.setScreen(Constants.GLOBAL_ROOM_SCREEN); |
| 150 | } |
| 151 | |
| 152 | public void joinGame(String ip, int port) throws IOException |
| 153 | { |
no test coverage detected