player = $player; $this->drop = $drop; } public function getItem() : Item{ return $this->drop; } }