using UnityEngine; using System.Collections; public class PopUpUtil : MonoBehaviour { // Update is called once per frame void OnDestroy () { PopUpManager.UpdateModal(); } }