1//! # Utilities
2//!
3//! Collection of useful plugins, components or systems that are not part of the FMOD API but help
4//! when developing bevy games with FMOD.
56mod mute_when_unfocused;
78#[doc(inline)]
9pub use mute_when_unfocused::MuteWhenUnfocused;