/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games/ScopedPlayerIds.php (1462B)
developerPlayerKey = $developerPlayerKey;
}
/**
* @return string
*/
public function getDeveloperPlayerKey()
{
return $this->developerPlayerKey;
}
/**
* @param string
*/
public function setGamePlayerId($gamePlayerId)
{
$this->gamePlayerId = $gamePlayerId;
}
/**
* @return string
*/
public function getGamePlayerId()
{
return $this->gamePlayerId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ScopedPlayerIds::class, 'Google_Service_Games_ScopedPlayerIds');