overlord_event_system/behaviors/combat/
mod.rs

1//! Combat behaviors: ability/projectile casts, fight start, and effect ticks.
2
3pub mod cast_ability;
4pub mod cast_projectile;
5pub mod effects;
6pub mod fight_start;
7pub mod start_cast;