Exemplo n.º 1
0
 public void setWeapon(Weapon weapon) {
   this.weapon = weapon;
   weapon.setDalekSection(this);
 }