Example #1
0
 public NukePower(Actor self, NukePowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }
Example #2
0
 public NukePower(Actor self, NukePowerInfo info)
     : base(self, info)
 {
     body      = self.Trait <IBodyOrientation>();
     this.info = info;
 }
Example #3
0
 public SelectNukePowerTarget(string order, SupportPowerManager manager, NukePowerInfo info, MouseButton button)
     : base(order, manager, info.Cursor, button)
 {
     this.info = info;
 }