File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kotlin/org/retroachivements/api/data/pojo/game Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class GetGameExtended {
45
45
val released : String? ,
46
46
47
47
@SerializedName(" IsFinal" )
48
- val isFinal : Int ,
48
+ val isFinal : Boolean ,
49
49
50
50
@SerializedName(" RichPresencePatch" )
51
51
val richPresencePatch : String ,
Original file line number Diff line number Diff line change 12
12
"Developer" : " " ,
13
13
"Genre" : " " ,
14
14
"Released" : " June 23, 1991" ,
15
- "IsFinal" : 0 ,
15
+ "IsFinal" : false ,
16
16
"RichPresencePatch" : " cce60593880d25c97797446ed33eaffb" ,
17
17
"players_total" : 27080 ,
18
18
"achievement_set_version_hash" : " 14ce9b51a2e1cf63d55b7ebf389de3c9f27c564b33f5b9a8e17836af2a61bfcd" ,
45
45
"Claims" : [],
46
46
"NumDistinctPlayersCasual" : 27080 ,
47
47
"NumDistinctPlayersHardcore" : 27080
48
- }
48
+ }
You can’t perform that action at this time.
0 commit comments