Ejemplo n.º 1
0
 public function setUniverse(Universe $universe, $sync = true)
 {
     $this->universe = $universe;
     if ($sync) {
         $universe->addGalaxy($this, false);
     }
 }