Пример #1
0
 /// <summary>
 /// Stops the rotation of the rear wheel
 /// </summary>
 public virtual void ResetBike()
 {
     bike.Reset();
 }