Skip to content

Commit a84bb0c

Browse files
JohannesLootkirre-bylund
authored andcommitted
Added missing wallet_id, found when doing battlepass
1 parent 1b234ae commit a84bb0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/LootLockerSessionRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public class LootLockerSessionResponse : LootLockerResponse
107107
public class LootLockerGuestSessionResponse : LootLockerSessionResponse
108108
{
109109
public string player_identifier { get; set; }
110+
public string wallet_id { get; set; }
110111
}
111112

112113
[Serializable]

0 commit comments

Comments
 (0)