Skip to content

Commit e4606e4

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Include player name in Guest response
1 parent 9198355 commit e4606e4

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
@@ -102,6 +102,7 @@ public class LootLockerSessionResponse : LootLockerResponse
102102

103103
public class LootLockerGuestSessionResponse : LootLockerSessionResponse
104104
{
105+
public string player_name { get; set; }
105106
public string player_identifier { get; set; }
106107
}
107108

0 commit comments

Comments
 (0)