Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/
H A DPlayer.php120 public function setExperienceInfo(GamesPlayerExperienceInfoResource $experienceInfo) argument
122 $this->experienceInfo = $experienceInfo;
129 return $this->experienceInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayer.php128 public function setExperienceInfo(PlayerExperienceInfo $experienceInfo) argument
130 $this->experienceInfo = $experienceInfo;
137 return $this->experienceInfo;