public void ConfirmExit() { OnConfirmExit?.Invoke(); }
public void ConfirmExit() { SetActive(false, modalType); OnConfirmExit?.Invoke(modalType); }