beet_sim 0.0.7

Game AI simulation primitives built upon beet_flow
Documentation
pub mod collectable_stat;
#[allow(unused_imports)]
pub use self::collectable_stat::*;
pub mod collector;
#[allow(unused_imports)]
pub use self::collector::*;
pub mod find_stat_steer_target;
#[allow(unused_imports)]
pub use self::find_stat_steer_target::*;
pub mod stat;
#[allow(unused_imports)]
pub use self::stat::*;
pub mod stat_descriptor;
#[allow(unused_imports)]
pub use self::stat_descriptor::*;
pub mod stat_id;
#[allow(unused_imports)]
pub use self::stat_id::*;
pub mod stat_map;
#[allow(unused_imports)]
pub use self::stat_map::*;
pub mod stat_range;
#[allow(unused_imports)]
pub use self::stat_range::*;
pub mod stat_score_provider;
#[allow(unused_imports)]
pub use self::stat_score_provider::*;
pub mod zone_stat;
#[allow(unused_imports)]
pub use self::zone_stat::*;