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 6fe2fda commit 4de13cbCopy full SHA for 4de13cb
Runtime/Game/Requests/PlayerRequest.cs
@@ -155,7 +155,7 @@ public class LootLockerPlayerAssetNotificationsResponse : LootLockerResponse
155
public class LootLockerRewardObject
156
{
157
public int instance_id { get; set; }
158
- public int variation_id { get; set; }
+ public int? variation_id { get; set; }
159
public string acquisition_source { get; set; }
160
public LootLockerCommonAsset asset { get; set; }
161
}
0 commit comments