Function de_multiplayer::lifecycle::errors

source ·
fn errors(
    commands: Commands<'_, '_>,
    events: EventReader<'_, '_, FatalErrorEvent>,
    toasts: EventWriter<'_, ToastEvent>,
    shutdowns: EventWriter<'_, ShutdownMultiplayerEvent>
)