Skip to content

Commit a04d51a

Browse files
committed
exposed public uid
1 parent 1bc81ea commit a04d51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/LootLocker/Game/Requests/SessionRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class SessionResponse : LootLockerResponse, IStageData
3131
public string session_token { get; set; }
3232
public int player_id { get; set; }
3333
public bool seen_before { get; set; }
34+
public string public_uid { get; set; }
3435
public bool check_grant_notifications { get; set; }
3536
public bool check_deactivation_notifications { get; set; }
3637
public int[] check_dlcs { get; set; }

0 commit comments

Comments
 (0)