We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4d1af commit a1d378bCopy full SHA for a1d378b
Runtime/Game/Requests/LeaderboardRequest.cs
@@ -231,12 +231,12 @@ public class LootLockerListLeaderboardsResponse : LootLockerResponse
231
/// <summary>
232
/// Pagination data to use for subsequent requests
233
/// </summary>
234
- LootLockerPaginationResponse<int> pagination;
+ public LootLockerPaginationResponse<int> pagination { get; set; }
235
236
// <summary>
237
// List of details for the requested leaderboards
238
// </summary>
239
- LootLockerLeaderboardDetails[] items;
+ public LootLockerLeaderboardDetails[] items { get; set; }
240
}
241
242
public class LootLockerGetMemberRankResponse : LootLockerResponse
0 commit comments