/// modules defining different messages
/// modules used for managing animals
/// used to connect to a game server and handles messaging
/// modules used for implementing a bot
/// represents a valid bill
pub type Money = usize;
/// represents the value of something, e.g. an amount that needs to be payed or the value of an animal
pub type Value = usize;