veloren/common/src/states/mod.rs
Sam 43874a4aa5 Added healing beam character state.
This was done as there was a lot of special casing in basic beam to account for healing.
2021-03-09 17:58:20 -05:00

30 lines
535 B
Rust

pub mod basic_beam;
pub mod basic_block;
pub mod basic_melee;
pub mod basic_ranged;
pub mod behavior;
pub mod boost;
pub mod cast_aura;
pub mod charged_melee;
pub mod charged_ranged;
pub mod climb;
pub mod combo_melee;
pub mod dance;
pub mod dash_melee;
pub mod equipping;
pub mod glide;
pub mod glide_wield;
pub mod healing_beam;
pub mod idle;
pub mod leap_melee;
pub mod repeater_ranged;
pub mod roll;
pub mod shockwave;
pub mod sit;
pub mod sneak;
pub mod spin_melee;
pub mod stunned;
pub mod talk;
pub mod utils;
pub mod wielding;