Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DGamesPlayerExperienceInfoResource.php25 public $currentExperiencePoints; variable in Google\\Service\\GamesManagement\\GamesPlayerExperienceInfoResource
38 public function setCurrentExperiencePoints($currentExperiencePoints) argument
40 $this->currentExperiencePoints = $currentExperiencePoints;
47 return $this->currentExperiencePoints;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerExperienceInfo.php25 public $currentExperiencePoints; variable in Google\\Service\\Games\\PlayerExperienceInfo
42 public function setCurrentExperiencePoints($currentExperiencePoints) argument
44 $this->currentExperiencePoints = $currentExperiencePoints;
51 return $this->currentExperiencePoints;