mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
2c650f9cff
Former-commit-id: bb17edc8f2027c0c63c6a3ef0fc80c7a68c9aa05
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;
|