(String message)
| 1208 | } |
| 1209 | |
| 1210 | protected synchronized void displaySystemMessage(String message) |
| 1211 | { |
| 1212 | ((PreGameScreen)graphwar.getUI().getScreen(Constants.PRE_GAME_SCREEN)).addChat(null, message); |
| 1213 | } |
| 1214 | |
| 1215 | private void startCountdownMessage(String[] info) throws Exception |
| 1216 | { |
no test coverage detected