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 b256488 commit 2afc4c7Copy full SHA for 2afc4c7
Runtime/Game/Requests/LootLockerSessionRequest.cs
@@ -76,6 +76,7 @@ public class LootLockerSessionResponse : LootLockerResponse
76
public int player_id { get; set; }
77
public bool seen_before { get; set; }
78
public string public_uid { get; set; }
79
+ public DateTime player_created_at { get; set; }
80
public bool check_grant_notifications { get; set; }
81
public bool check_deactivation_notifications { get; set; }
82
public int[] check_dlcs { get; set; }
0 commit comments