pub fn handle_outgoing_packets(
commands: Commands<'_, '_>,
events: EventReader<'_, '_, SendConfigPacketEvent>,
)
Expand description
A system that converts SendConfigPacketEvent
events into triggers so
they get received by handle_outgoing_packets_observer
.