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 f230f93 commit 21f729bCopy full SHA for 21f729b
Runtime/Game/Requests/LootLockerSessionRequest.cs
@@ -106,7 +106,13 @@ public class LootLockerSessionResponse : LootLockerResponse
106
107
public class LootLockerGuestSessionResponse : LootLockerSessionResponse
108
{
109
+ /// <summary>
110
+ /// The unique player identifier for this account
111
+ /// </summary>
112
public string player_identifier { get; set; }
113
114
+ /// The automatically created wallet for this account
115
116
public string wallet_id { get; set; }
117
}
118
0 commit comments