mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
195 B
Rust
11 lines
195 B
Rust
pub mod agent;
|
|
pub mod character;
|
|
pub mod player;
|
|
pub mod phys;
|
|
|
|
// Reexports
|
|
pub use agent::{Agent, Control};
|
|
pub use character::Character;
|
|
pub use player::Player;
|
|
pub use character::Animation;
|