/// Represents the size of a creature at a given age.
pub use BodySize;
/// Represents a color in DF Raws
pub use Color;
/// Represents a creature's milkable properties (i.e. what kind of milk and how often it can be milked)
pub use Milkable;
/// Represents the temperature of a material
pub use Temperatures;
/// Represents a tile in DF Raws
pub use Tile;