kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_PlayerScoreResponse */ public function setSubmittedScores($submittedScores) { $this->submittedScores = $submittedScores; } /** * @return Google_Service_Games_PlayerScoreResponse */ public function getSubmittedScores() { return $this->submittedScores; } }