Beispiel #1
0
 public Building_TurretSpotlight()
 {
     this.top = new TurretTop((Building_Turret)this);
 }
Beispiel #2
0
 public Building_TurretGunCE()
 {
     top = new TurretTop(this);
 }
 public Building_TurretGunAvali()
 {
     this.top = new TurretTop(this);
 }