Function crystalorb_bevy_networking_turbulence::network_setup[][src]

pub fn network_setup<WorldType: World>(
    net: ResMut<'_, NetworkResource>,
    command_channel_settings_res: Res<'_, CommandChannelSettings>,
    snapshot_channel_settings_res: Res<'_, SnapshotChannelSettings>,
    clocksync_channel_settings_res: Res<'_, ClockSyncChannelSettings>
)