using System.Collections;
using System.Collections.Generic;
using LootLocker.Requests;
public class GameManager : MonoBehaviour
string NSAIDToken = getNSAIDToken();
LootLockerSDKManager.StartNintendoSwitchSession(NSAIDToken, (response) =>
Debug.Log("error starting LootLocker session");
Debug.Log("successfully started LootLocker session");