Exemplo n.º 1
0
 public void NotifyPopupClose(PopupEvent eventArgs)
 {
     OnPopupClose?.Invoke(this, eventArgs);
 }
Exemplo n.º 2
0
 protected virtual void PopupClose()
 {
     this.hide();
     Function.Call(Hash.SET_GAME_PAUSED, false);
     OnPopupClose?.Invoke();
 }
Exemplo n.º 3
0
 public void PopupClose()
 {
     OnPopupClose?.Invoke(this, new EventArgs());
 }