Skip to content

Commit 4de13cb

Browse files
committed
Fix unmarshal error in asset notifications
1 parent 6fe2fda commit 4de13cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/PlayerRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public class LootLockerPlayerAssetNotificationsResponse : LootLockerResponse
155155
public class LootLockerRewardObject
156156
{
157157
public int instance_id { get; set; }
158-
public int variation_id { get; set; }
158+
public int? variation_id { get; set; }
159159
public string acquisition_source { get; set; }
160160
public LootLockerCommonAsset asset { get; set; }
161161
}

0 commit comments

Comments
 (0)