Beispiel #1
0
 /**
  * Return the player's Hand score, used to calculate the ranking
  *
  * @return integer
  */
 public function getHandScore()
 {
     return $this->_hand->getHandScore();
 }