Ejemplo n.º 1
0
 public Builder withBody() {
   drawing.addBody(new HangmanBody());
   return this;
 }