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