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