1
2
3
4
/// Module containning an enum of all entities
pub mod entity_types;
/// Module containing all entity structs
pub mod entity;