Exemplo n.º 1
0
 protected virtual void onYes(GameObject go)
 {
     container.SetActive(false);
     gameObject.SetActive(false);
     UISystemPopup.closeNowPopup(popupData, true);
 }
Exemplo n.º 2
0
 public virtual void hide()
 {
     container.SetActive(false);
     gameObject.SetActive(false);
     UISystemPopup.closeNowPopup(popupData, false);
 }