Skip to content

Commit dc06a99

Browse files
Add acquisition_date field to LootLockerInventory class
1 parent 2afc4c7 commit dc06a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/PlayerRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public class LootLockerInventory
130130
public int? variation_id { get; set; }
131131
public string rental_option_id { get; set; }
132132
public string acquisition_source { get; set; }
133+
public DateTime acquisition_date { get; set; }
133134
public LootLockerCommonAsset asset { get; set; }
134135
public LootLockerRental rental { get; set; }
135136

0 commit comments

Comments
 (0)