示例#1
0
 Partida(Jugador jugadorA, Jugador jugadorB) {
   this.jugadorA = jugadorA;
   this.jugadorB = jugadorB;
   cuartelA = jugadorA.getCuartel();
   cuartelB = jugadorB.getCuartel();
   mazoA = jugadorA.getCartasMazo();
   mazoB = jugadorB.getCartasMazo();
 }