veloren/common/src/comp/mod.rs

8 lines
117 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;