currentVersion = $currentVersion; } /** * @return int */ public function getCurrentVersion() { return $this->currentVersion; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param PlayerLevel[] */ public function setPlayerLevels($playerLevels) { $this->playerLevels = $playerLevels; } /** * @return PlayerLevel[] */ public function getPlayerLevels() { return $this->playerLevels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetagameConfig::class, 'Google_Service_Games_MetagameConfig');