/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/PlayerLevel.php (1972B)
kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param int
*/
public function setLevel($level)
{
$this->level = $level;
}
/**
* @return int
*/
public function getLevel()
{
return $this->level;
}
/**
* @param string
*/
public function setMaxExperiencePoints($maxExperiencePoints)
{
$this->maxExperiencePoints = $maxExperiencePoints;
}
/**
* @return string
*/
public function getMaxExperiencePoints()
{
return $this->maxExperiencePoints;
}
/**
* @param string
*/
public function setMinExperiencePoints($minExperiencePoints)
{
$this->minExperiencePoints = $minExperiencePoints;
}
/**
* @return string
*/
public function getMinExperiencePoints()
{
return $this->minExperiencePoints;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PlayerLevel::class, 'Google_Service_Games_PlayerLevel');