mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
a64bf1ac60
(it wasnt the right logic for the tiple attack)
14 lines
233 B
Rust
14 lines
233 B
Rust
// Module declarations
|
|
pub mod basic_attack;
|
|
pub mod basic_block;
|
|
pub mod charge_attack;
|
|
pub mod climb;
|
|
pub mod equipping;
|
|
pub mod glide;
|
|
pub mod idle;
|
|
pub mod roll;
|
|
pub mod sit;
|
|
pub mod timed_combo;
|
|
pub mod utils;
|
|
pub mod wielding;
|