Function veloren_common_net::sync::handle_interp_insert

source ยท
pub fn handle_interp_insert<C: InterpolatableComponent + Clone>(
    comp: C,
    entity: Entity,
    world: &World,
    force_update: bool,
)