inventory = $inventory; } public function getInventory() : Inventory{ return $this->inventory; } /** * @return Player[] */ public function getViewers() : array{ return $this->inventory->getViewers(); } }