[][src]Function oxygengine_network::bundle_installer

pub fn bundle_installer<'a, 'b, C, S>(
    builder: &mut AppBuilder<'a, 'b>,
    version: u32
) where
    C: Client + 'static,
    S: Server + 'static,