using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; [RequireComponent(typeof(Button))] public class Close : MonoBehaviour { // Start is called before the first frame update void Start() { GetComponent