public void OnReplay() { if (this.callbackReplay != null) { //oogleAnalyticsV4.getInstance().LogEvent("Menu", "Replay Click", string.Empty, 0L); callbackReplay.Invoke(); GameManager.Instance.OnHideDialog(this); } }
public void OnReplay() { //oogleAnalyticsV4.getInstance().LogEvent("Menu", "RePlay Pause Click", string.Empty, 0L); SoundManager.Instance.PlaySfx(SFX.Button); if (this.callbackReplay != null) { callbackReplay.Invoke(); this.OnCloseDialog(); } }