Esempio n. 1
0
 /** @param wall the wall to set */
 public void setWall(boolean wall) {
   this.wall = wall;
   changedWall();
 }