private void CloseDialog() { //GameManager.instance.EndFreezeGameButDialogs(); OnDialogClosing?.Invoke(this, EventArgs.Empty); Destroy(gameObject); }
private void CloseDialog() { OnDialogClosing?.Invoke(this, EventArgs.Empty); Destroy(gameObject); }