File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ public LootLockerWhiteLabelSessionRequest()
46
46
[ Serializable ]
47
47
public class LootLockerSessionResponse : LootLockerResponse
48
48
{
49
+ /// <summary>
50
+ /// The player's name if it has been set by using SetPlayerName().
51
+ /// </summary>
52
+ public string player_name { get ; set ; }
49
53
/// <summary>
50
54
/// The session token that can now be used to use further LootLocker functionality. We store and use this for you.
51
55
/// </summary>
@@ -102,7 +106,6 @@ public class LootLockerSessionResponse : LootLockerResponse
102
106
103
107
public class LootLockerGuestSessionResponse : LootLockerSessionResponse
104
108
{
105
- public string player_name { get ; set ; }
106
109
public string player_identifier { get ; set ; }
107
110
}
108
111
@@ -123,7 +126,6 @@ public class LootLockerAppleSessionResponse : LootLockerSessionResponse
123
126
[ System . Serializable ]
124
127
public class LootLockerAppleGameCenterSessionResponse : LootLockerSessionResponse
125
128
{
126
- public string player_name { get ; set ; }
127
129
public string refresh_token { get ; set ; }
128
130
}
129
131
You can’t perform that action at this time.
0 commit comments