using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class PrivacyPolicy : MonoBehaviour { Button pp; private readonly string privacyPolicyLink = "http://nordh.xyz/narKampen/privacy_policy.html"; // Start is called before the first frame update void Start() { pp = this.GetComponent