Skip to content

Commit 7021b18

Browse files
authored
chore: add new field ReleasedAtGranularity
1 parent a67af0a commit 7021b18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/game/GetGameInfoAndUserProgress.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ class GetGameInfoAndUserProgress {
4444
@SerializedName("Released")
4545
val released: String?,
4646

47+
@SerializedName("ReleasedAtGranularity")
48+
val releasedAtGranularity: String?,
49+
4750
@SerializedName("IsFinal")
4851
val isFinal: Int,
4952

0 commit comments

Comments
 (0)