Esempio n. 1
0
 /// <summary>
 /// Rotates the motorcycle clockwise
 /// </summary>
 public void leanBikeForwards()
 {
     bike.leanForwards();
 }