Пример #1
0
 public void TurnTo(bool isLeft)
 {
     if (IsControllable())
     {
         _state.ActionTurnTo(isLeft);
     }
 }