public Building_TurretSpotlight() { this.top = new TurretTop((Building_Turret)this); }
public Building_TurretGunCE() { top = new TurretTop(this); }
public Building_TurretGunAvali() { this.top = new TurretTop(this); }