//! Add health support for components.
//!
//! This is basically just a range which has type aliases.
use craterange;
use *;
;
pub type Health = Range;
pub type DeathEvent = StartRangeLimitReachedEvent;
pub type FullHealEvent = EndRangeLimitReachedEvent;
;