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