Пример #1
0
 protected void CheckLandingState()
 {
     if (motor.Grounded())
     {
         motor.ChangeState("LandingState");
     }
 }