コード例 #1
0
ファイル: Commands.php プロジェクト: Kits-une/Kitsune
 public function onReady()
 {
     parent::__construct(__CLASS__);
 }
コード例 #2
0
ファイル: PatchedItems.php プロジェクト: Kits-une/Kitsune
 public function onReady()
 {
     parent::__construct(__CLASS__);
     Logger::Notice("The following items are unavailable: " . implode(", ", $this->patchedItems) . " (PatchedItems)");
 }