LootLockerSDKManager.SetProfilePrivate((response) =>
Debug.Log("profile successfully to private");
Debug.Log("failed setting profile to private");
LootLockerSDKManager.SetProfilePublic((response) =>
Debug.Log("profile successfully to public");
Debug.Log("failed setting profile to public");