Beispiel #1
0
 public override MovementResult MoveToOrientation(Orientation target_orientation, Orientation current_orientation)
 {
     return(driver.MoveToOrientation(target_orientation, current_orientation));
 }