芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Games/MetagameConfig.php
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');