pub fn cleanup_component_settings(
commands: Commands<'_, '_>,
settings_events: EventReader<'_, '_, ComponentSettingsEvent>,
config_query: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)
pub fn cleanup_component_settings(
commands: Commands<'_, '_>,
settings_events: EventReader<'_, '_, ComponentSettingsEvent>,
config_query: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)