Function veloren_common::combat::allow_friendly_fire

source ยท
pub fn allow_friendly_fire(
    entered_auras: &ReadStorage<'_, EnteredAuras>,
    attacker: Entity,
    target: Entity
) -> bool