1//! Player bindings & utilities.
2//!
3//! Players are a specific type of agent.
45mod guild;
6mod prof;
7mod reward;
8mod spec;
9mod tag;
1011pub use self::guild::*;
12pub use self::prof::*;
13pub use self::reward::*;
14pub use self::spec::*;
15pub use self::tag::*;