packet = $packet; $this->player = $player; } public function getPacket(){ return $this->packet; } public function getPlayer(){ return $this->player; } }