protected virtual void OnReplayStart() { if (ReplayStarted != null) { ReplayStarted.Invoke(this, EventArgs.Empty); } }
protected virtual void OnReplayStarted() { ReplayStarted?.Invoke(); }