Exemplo n.º 1
0
 public RobotBuilder WithRightArm()
 {
     _robot.RightArm = RobotHelper.CreateDefaultArm();
     return(this);
 }