Skip to content

Commit

Permalink
feat(api): add TrueRatio field to recent achievement endpoints ( Retr…
Browse files Browse the repository at this point in the history
  • Loading branch information
official-wizard committed Mar 18, 2024
1 parent e7be773 commit c08ca9e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ class GetUserRecentAchievements {
@SerializedName("ConsoleName")
val consoleName: String,

@SerializedName("CumulScore")
val cumulScore: Int,

@SerializedName("BadgeUrl")
val badgeUrl: String,

Expand Down

0 comments on commit c08ca9e

Please sign in to comment.