pub fn resolve_effect(ctx: &mut EffectContext<'_>, sa: &SpellAbility)Expand description
Resolve a single SpellAbility node’s effect by dispatching on its API type.
Mirrors Java’s AbilityUtils.resolveApiAbility(sa).
pub fn resolve_effect(ctx: &mut EffectContext<'_>, sa: &SpellAbility)Resolve a single SpellAbility node’s effect by dispatching on its API type.
Mirrors Java’s AbilityUtils.resolveApiAbility(sa).