protected void FinishRally()
 {
     FinishedRally?.Invoke(this, EventArgs.Empty);
 }
예제 #2
0
 protected virtual void OnVehicleFinishedRally()
 {
     FinishedRally?.Invoke(this, EventArgs.Empty);
 }