コード例 #1
0
 public function clean()
 {
     $this->entries = [];
     return parent::clean();
 }
コード例 #2
0
 public function clean()
 {
     $this->input = [];
     $this->output = [];
     return parent::clean();
 }
コード例 #3
0
ファイル: ExplodePacket.php プロジェクト: xHFx/ImagicalMine
 public function clean()
 {
     $this->records = [];
     return parent::clean();
 }
コード例 #4
0
 public function clean()
 {
     $this->slots = [];
     $this->hotbar = [];
     return parent::clean();
 }
コード例 #5
0
ファイル: MovePlayerPacket.php プロジェクト: kniffo80/Genisys
 public function clean()
 {
     $this->teleport = false;
     return parent::clean();
 }