1 2 3 4 5 6 7 8
/// Everything that can *interact with* or *be* the value of an attribute. pub type AttributeValue = i64; /// The type used when handling any kind of health. pub type Health = usize; /// The type for gold. Used as a currency. pub type Gold = usize;