Skip to content

Commit 2afc4c7

Browse files
Add player_created_at field to LootLockerSessionResponse class
1 parent b256488 commit 2afc4c7

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
@@ -76,6 +76,7 @@ public class LootLockerSessionResponse : LootLockerResponse
7676
public int player_id { get; set; }
7777
public bool seen_before { get; set; }
7878
public string public_uid { get; set; }
79+
public DateTime player_created_at { get; set; }
7980
public bool check_grant_notifications { get; set; }
8081
public bool check_deactivation_notifications { get; set; }
8182
public int[] check_dlcs { get; set; }

0 commit comments

Comments
 (0)