Exemplo n.º 1
0
 public void sendGameTurnSuccess(String data) {
   GameEngine.getInstance().openMenuGames();
 }
Exemplo n.º 2
0
 public void getGameTurnSuccess(JsonValue data, int turn) {
   GameEngine.getInstance().openGame(data, turn);
 }