예제 #1
0
 protected virtual void OnReplayStart()
 {
     if (ReplayStarted != null)
     {
         ReplayStarted.Invoke(this, EventArgs.Empty);
     }
 }
예제 #2
0
 protected virtual void OnReplayStarted()
 {
     ReplayStarted?.Invoke();
 }