use crateEnumFilter;
use ;
/// A system that watches for changes to the given enum component.
///
/// Normally, you will not need to use this directly and can just use the [`add_enum_filter`] method on [`App`].
///
/// [`add_enum_filter`]: crate::extensions::AddEnumFilter::add_enum_filter
/// [`App`]: bevy_app::App