Skip to content

Commit 2604f4d

Browse files
committed
Updated Games.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent a1e3424 commit 2604f4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Google/Service/Games.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,6 +2922,7 @@ class Google_Service_Games_Application extends Google_Collection
29222922
public $lastUpdatedTimestamp;
29232923
public $leaderboardCount;
29242924
public $name;
2925+
public $themeColor;
29252926

29262927
public function setAchievementCount($achievementCount)
29272928
{
@@ -3042,6 +3043,16 @@ public function getName()
30423043
{
30433044
return $this->name;
30443045
}
3046+
3047+
public function setThemeColor($themeColor)
3048+
{
3049+
$this->themeColor = $themeColor;
3050+
}
3051+
3052+
public function getThemeColor()
3053+
{
3054+
return $this->themeColor;
3055+
}
30453056
}
30463057

30473058
class Google_Service_Games_ApplicationCategory extends Google_Model

0 commit comments

Comments
 (0)