Ejemplo n.º 1
0
 public function newGameAction()
 {
     $this->battlefieldCreator->create();
     return $this->render($this->formatter->format());
 }