veloren/common/src/comp/mod.rs

9 lines
147 B
Rust
Raw Normal View History

pub mod character;
pub mod player;
2019-01-02 19:22:01 +00:00
pub mod phys;
// Reexports
pub use character::Character;
pub use player::Player;
pub use character::Animation;