Home
last modified time | relevance | path

Searched refs:maxExperiencePoints (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DGamesPlayerLevelResource.php29 public $maxExperiencePoints; variable in Google\\Service\\GamesManagement\\GamesPlayerLevelResource
52 public function setMaxExperiencePoints($maxExperiencePoints) argument
54 $this->maxExperiencePoints = $maxExperiencePoints;
61 return $this->maxExperiencePoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLevel.php33 public $maxExperiencePoints; variable in Google\\Service\\Games\\PlayerLevel
70 public function setMaxExperiencePoints($maxExperiencePoints) argument
72 $this->maxExperiencePoints = $maxExperiencePoints;
79 return $this->maxExperiencePoints;