Skip to content

Commit f230f93

Browse files
JohannesLootkirre-bylund
authored andcommitted
- Added missing ulid field returned from server, found when testing metadata
1 parent a84bb0c commit f230f93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Runtime/Game/Requests/LeaderboardDetailsRequest.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ public class LootLockerLeaderboardDetailResponse : LootLockerResponse
4747
/// A List of rewards tied to the Leaderboard.
4848
/// </summary>
4949
public LootLockerLeaderboardReward[] rewards { get; set; }
50+
/// <summary>
51+
/// The ulid for this leaderboard
52+
/// </summary>
53+
public string ulid { get; set; }
5054
}
5155

5256
public class LootLockerLeaderboardRewardCurrency

0 commit comments

Comments
 (0)