コード例 #1
0
ファイル: Game.php プロジェクト: aaemnnosttv/War.php
 /**
  * @return bool
  */
 protected function playersHaveCards()
 {
     return $this->player1->hasCards() && $this->player2->hasCards();
 }