예제 #1
0
 public RobotBuilder WithHead()
 {
     _robot.Head = RobotHelper.CreadDefaultHead();
     return(this);
 }