Esempio n. 1
0
 protected function createComponentDownload()
 {
     $updates = new Updates($this->context->gameUpdateModel, $this->path);
     $updates->setForImmediateUse($this->serverRepo, $this->newServerId, "Create:summary");
     return $updates;
 }