Ejemplo n.º 1
0
 public Builder withRightLeg() {
   drawing.addRightLeg(new HangmanRightLeg());
   return this;
 }