Skip to content

Commit ca1def6

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Made variation and rental into nullable
1 parent bfdc035 commit ca1def6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Game/Requests/AssetRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public class LootLockerGrantAssetResponse : LootLockerResponse
201201
{
202202
public int id { get; set; }
203203
public int asset_id { get; set; }
204-
public int asset_variation_id { get; set; }
205-
public int asset_rental_option_id { get; set; }
204+
public int? asset_variation_id { get; set; }
205+
public int? asset_rental_option_id { get; set; }
206206
public string asset_ulid { get; set; }
207207
public string acquisition_source { get; set; }
208208
public string acquisition_date { get; set; }

0 commit comments

Comments
 (0)