Function veloren_server::events::inventory_manip::swap_lantern

source ยท
pub fn swap_lantern(
    storage: &mut WriteStorage<'_, LightEmitter>,
    entity: Entity,
    (lantern_color, lantern_strength): (Rgb<f32>, f32),
)