Skip to main content

manabrew_engine/staticability/
static_ability_cost_change.rs

1//! Static ability cost change — re-exports from `cost::cost_adjustment`.
2//!
3//! The canonical implementation now lives in `crate::cost::cost_adjustment`,
4//! mirroring Java's `forge.game.cost.CostAdjustment`.
5//! This module re-exports the public API for backwards compatibility.
6
7pub use crate::cost::cost_adjustment::*;