예제 #1
0
 public function winAgainst(FoosPlayer $opponent, $strengthDelta, $timestamp)
 {
     $opponent->addToList($this->wonAgainst);
     $opponent->addToList($this->nemesisList, -1);
     $this->addStrength($strengthDelta);
     $this->incGames($timestamp);
 }