Beispiel #1
0
 public void Move(string command, VehicleContext vehicleContext)
 {
     foreach (var item in command)
     {
         singleCommandInvoker.Move(item.ToString(), vehicleContext);
     }
 }