Beispiel #1
0
 /**
  * @return bool
  */
 protected function playersHaveCards()
 {
     return $this->player1->hasCards() && $this->player2->hasCards();
 }