Function veloren_common_net::sync::handle_interp_modify

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