using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using AffiseAttributionLib;
using static System.Net.WebRequestMethods;
public class AffiseTest : MonoBehaviour
{
void Start()
{
Debug.Log(Affise.GetReferrer() + "Тото и оно");
}
}