manabrew_engine/ability/effects/helpers.rs
1//! Helper functions for effect resolution — re-export shim.
2//!
3//! All functions now live in `crate::ability::ability_utils`.
4//! This module re-exports everything for backward compatibility so that
5//! existing callers using `effects::helpers::*` or `effects::*` paths
6//! continue to compile unchanged.
7
8pub use crate::ability::ability_utils::*;