Skip to content

Commit 21f729b

Browse files
JohannesLootkirre-bylund
authored andcommitted
Added missing documentation
1 parent f230f93 commit 21f729b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Runtime/Game/Requests/LootLockerSessionRequest.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ public class LootLockerSessionResponse : LootLockerResponse
106106

107107
public class LootLockerGuestSessionResponse : LootLockerSessionResponse
108108
{
109+
/// <summary>
110+
/// The unique player identifier for this account
111+
/// </summary>
109112
public string player_identifier { get; set; }
113+
/// <summary>
114+
/// The automatically created wallet for this account
115+
/// </summary>
110116
public string wallet_id { get; set; }
111117
}
112118

0 commit comments

Comments
 (0)