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 c470f7b commit e2e4e3aCopy full SHA for e2e4e3a
Runtime/Game/Requests/LeaderboardDetailsRequest.cs
@@ -202,11 +202,11 @@ public class LootLockerLeaderboardRewardAsset
202
/// <summary>
203
/// The Asset variation ID, will be null if its not a variation.
204
/// </summary>
205
- public int asset_variation_id { get; set; }
+ public int? asset_variation_id { get; set; }
206
207
/// The Asset rental option ID, will be null if its not a rental.
208
209
- public int asset_rental_option_id { get; set; }
+ public int? asset_rental_option_id { get; set; }
210
211
/// The ID of the Asset.
212
0 commit comments