public TargetableAircraft(Actor self, TargetableAircraftInfo info) : base(self, info) { this.info = info; this.self = self; }