コード例 #1
0
 public Builder withBody() {
   drawing.addBody(new HangmanBody());
   return this;
 }