using UnityEngine; public class UI_Popup : MonoBehaviour { void Start() { } void Update() { } }