Esempio n. 1
0
 /**
  * Move to next phase
  */
 public function nextPhase()
 {
     $nextPhase = $this->game->nextPhase();
     $this->log->addText("Next phase begun - {$nextPhase}");
 }