Streamlining

This commit is contained in:
Raffson
2023-10-07 17:29:44 +02:00
parent 3499ba5ffa
commit c50dcaaafb
7 changed files with 17 additions and 11 deletions

View File

@@ -24,5 +24,5 @@ class Builder(FormationAttackBuilder[SeadSweepFlightPlan, FormationAttackLayout]
def layout(self) -> FormationAttackLayout:
return self._build(FlightWaypointType.INGRESS_SEAD_SWEEP)
def build(self) -> SeadSweepFlightPlan:
def build(self, dump_debug_info: bool = False) -> SeadSweepFlightPlan:
return SeadSweepFlightPlan(self.flight, self.layout())