//Receives a message from any FARWingAerodynamicModel or FARAeroPartModule that has failed to update the GUI void AerodynamicFailureStatus() { if (_flightStatusGUI != null) { _flightStatusGUI.AerodynamicFailureStatus(); } }
// ReSharper disable once UnusedMember.Local //Receives a message from any FARWingAerodynamicModel or FARAeroPartModule that has failed to update the GUI private void AerodynamicFailureStatus() { _flightStatusGUI?.AerodynamicFailureStatus(); }