File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
src/main/kotlin/org/retroachivements/api/data/pojo/user Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,33 @@ class GetUserRecentlyPlayedGames {
21
21
@SerializedName(" ImageIcon" )
22
22
val imageIcon : String ,
23
23
24
+ @SerializedName(" ImageTitle" )
25
+ val imageTitle : String ,
26
+
27
+ @SerializedName(" ImageIngame" )
28
+ val imageIngame : String ,
29
+
30
+ @SerializedName(" ImageBoxArt" )
31
+ val imageBoxArt : String ,
32
+
24
33
@SerializedName(" LastPlayed" )
25
34
val lastPlayed : String ,
26
-
35
+
36
+ @SerializedName(" AchievementsTotal" )
37
+ val achievementsTotal : Long ,
38
+
27
39
@SerializedName(" NumPossibleAchievements" )
28
40
val numPossibleAchievements : Long ,
29
41
30
42
@SerializedName(" PossibleScore" )
31
43
val possibleScore : Long ,
32
44
45
+ @SerializedName(" NumAchieved" )
46
+ val numAchieved : Long ,
47
+
48
+ @SerializedName(" ScoreAchieved" )
49
+ val scoreAchieved : Long
50
+
33
51
@SerializedName(" NumAchievedHardcore" )
34
52
val numAchievedHardcore : Long ,
35
53
You can’t perform that action at this time.
0 commit comments