game = $game; $this->world = $world; $this->players = $players; } public function getWorld() { return $this->world; } public function getLevel() { return $this->world; } public function getPlayers() { return $this->players; } }