Пример #1
0
 public function onReady()
 {
     parent::__construct(__CLASS__);
 }
Пример #2
0
 public function onReady()
 {
     parent::__construct(__CLASS__);
     Logger::Notice("The following items are unavailable: " . implode(", ", $this->patchedItems) . " (PatchedItems)");
 }