Skip to content

Commit 392570b

Browse files
committed
Remove nintendo code from previous merge
1 parent db0ef35 commit 392570b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Runtime/Game/Requests/LootLockerSessionRequest.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,6 @@ public static void Session(LootLockerGetRequest data, Action<LootLockerSessionRe
108108
}, false);
109109
}
110110

111-
[System.Serializable]
112-
public class LootLockerNintendoSwitchSessionRequest : LootLockerGetRequest
113-
{
114-
public string game_key => LootLockerConfig.current.apiKey?.ToString();
115-
public string nsa_id_token { get; private set; }
116-
public string game_version => LootLockerConfig.current.game_version;
117-
public bool development_mode => LootLockerConfig.current.developmentMode;
118-
public LootLockerNintendoSwitchSessionRequest(string nsa_id_token)
119-
{
120-
this.nsa_id_token = nsa_id_token;
121-
}
122-
}
123-
124111
public static void WhiteLabelSession(LootLockerGetRequest data, Action<LootLockerSessionResponse> onComplete)
125112
{
126113
EndPointClass endPoint = LootLockerEndPoints.whiteLabelLoginSessionRequest;

0 commit comments

Comments
 (0)