mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Implement custom behavior for some of the flight plans but also add a base implementation that just returns the empty set. Use ABC for FlightPlan so that we can fail-fast on these kinds of problems. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1711