示例#1
0
文件: Galaxy.php 项目: iw-reload/iw
 public function setUniverse(Universe $universe, $sync = true)
 {
     $this->universe = $universe;
     if ($sync) {
         $universe->addGalaxy($this, false);
     }
 }