Function handle_start_join_server_event

Source
pub fn handle_start_join_server_event(
    commands: Commands<'_, '_>,
    events: EventReader<'_, '_, StartJoinServerEvent>,
    entity_uuid_index: ResMut<'_, EntityUuidIndex>,
    connection_query: Query<'_, '_, &RawConnection>,
)