Inheritance: OpenRA.Traits.SupportPowerInfo
Example #1
0
 public GrantExternalConditionPower(Actor self, GrantExternalConditionPowerInfo info)
     : base(self, info)
 {
     this.info = info;
     foreach (var pair in info.Footprints)
     {
         footprints.Add(pair.Key, pair.Value.Where(c => !char.IsWhiteSpace(c)).ToArray());
     }
 }
 public GrantExternalConditionPower(Actor self, GrantExternalConditionPowerInfo info)
     : base(self, info)
 {
     this.info = info;
     footprint = info.Footprint.Where(c => !char.IsWhiteSpace(c)).ToArray();
 }
 public GrantExternalConditionPower(Actor self, GrantExternalConditionPowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }
 public GrantExternalConditionPower(Actor self, GrantExternalConditionPowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }