Esempio n. 1
0
 public void Turn(string direction)
 {
     m_SelectCar.Turn(direction);
     m_WheelSteering.Rotation(direction);
 }