Function handle_outgoing_packets

Source
pub fn handle_outgoing_packets(
    commands: Commands<'_, '_>,
    events: EventReader<'_, '_, SendPacketEvent>,
)
Expand description

A system that converts SendPacketEvent events into triggers so they get received by handle_outgoing_packets_observer.