pub fn resolve(ctx: &mut EffectContext<'_>, sa: &SpellAbility)Expand description
Resolve an API-based static ability.
Mirrors Java’s StaticAbilityApiBased.resolve() which delegates to its effect.
In the Rust engine, resolution is centralized in effects::resolve_effect.