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 bfdc035 commit ca1def6Copy full SHA for ca1def6
Runtime/Game/Requests/AssetRequest.cs
@@ -201,8 +201,8 @@ public class LootLockerGrantAssetResponse : LootLockerResponse
201
{
202
public int id { get; set; }
203
public int asset_id { get; set; }
204
- public int asset_variation_id { get; set; }
205
- public int asset_rental_option_id { get; set; }
+ public int? asset_variation_id { get; set; }
+ public int? asset_rental_option_id { get; set; }
206
public string asset_ulid { get; set; }
207
public string acquisition_source { get; set; }
208
public string acquisition_date { get; set; }
0 commit comments