Skip to main content

primary_optional_cost_pct

Function primary_optional_cost_pct 

Source
pub fn primary_optional_cost_pct<S>(
    spell: &SpellDataFlat,
    primary_resource_type: i32,
    active_aura_spell_ids: &HashSet<i32, S>,
) -> ResourceCostPercent
where S: BuildHasher,