/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games/PlayerName.php (1023B)
familyName = $familyName;
}
public function getFamilyName()
{
return $this->familyName;
}
public function setGivenName($givenName)
{
$this->givenName = $givenName;
}
public function getGivenName()
{
return $this->givenName;
}
}