mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
43874a4aa5
This was done as there was a lot of special casing in basic beam to account for healing.
30 lines
535 B
Rust
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;
|