Ejemplo n.º 1
0
 private static IRobotState SetNewY(IRobotStateBuilder robotStateBuilder, int newY)
 {
     return(robotStateBuilder.WithY(newY).Build());
 }
Ejemplo n.º 2
0
 private static IRobotState SetNewX(IRobotStateBuilder robotStateBuilder, int newX)
 {
     return(robotStateBuilder.WithX(newX).Build());
 }