示例#1
0
 public function lose()
 {
     $this->strategy->study(false);
     $this->loseCount++;
     $this->gameCount++;
 }