Esempio n. 1
0
 public void Rotate()
 {
     propeller.Rotate(Speed, CurrentThrust);
     motorSounds?.MakeSound(Speed);
 }