mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
732c43ce11
Former-commit-id: 71ad084a872c3bf96d5cbab53c376d214f3cdcd0
15 lines
292 B
Rust
15 lines
292 B
Rust
pub mod actor;
|
|
pub mod agent;
|
|
pub mod phys;
|
|
pub mod player;
|
|
|
|
// Reexports
|
|
pub use actor::Actor;
|
|
pub use actor::Animation;
|
|
pub use actor::AnimationHistory;
|
|
pub use actor::Body;
|
|
pub use actor::HumanoidBody;
|
|
pub use actor::QuadrupedBody;
|
|
pub use agent::{Agent, Control};
|
|
pub use player::Player;
|