Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboardScores.php103 public function setPlayerScore(LeaderboardEntry $playerScore) argument
105 $this->playerScore = $playerScore;
112 return $this->playerScore;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1371 public $playerScore; variable in Google_LeaderboardScores
1398 public function setPlayerScore(Google_LeaderboardEntry $playerScore) { argument
1399 $this->playerScore = $playerScore;
1402 return $this->playerScore;