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