Skip to main content

steel_core/entity/entities/mobs/
mod.rs

1//! Living entity implementations grouped by behavior.
2
3pub mod bosses;
4pub mod hostile;
5pub mod jockeys;
6pub mod neutral;
7pub mod passive;