Inheritance: OpenRA.Traits.SupportPowerInfo, IRulesetLoaded
 public IonCannonPower(Actor self, IonCannonPowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }
Exemple #2
0
 public IonCannonPower(Actor self, IonCannonPowerInfo info)
     : base(self, info)
 {
 }
Exemple #3
0
 public IonCannonPower(Actor self, IonCannonPowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }
Exemple #4
0
 public IonCannonPower(Actor self, IonCannonPowerInfo info) : base(self, info)
 {
 }