Пример #1
0
 void restartGame() {
   startGame(userId, opponentId, opponentName);
 }
Пример #2
0
 public void startGame(ContactInfo contact) {
   if (contact.getTurn().equals("")) startGame(userId, contact.getId(), contact.getName());
   else changeGame(contact.getMatchId());
 }