pub type SystemProduction = Resources;Expand description
Production of a system.
Each value is the amount of resources produced per 3600 ticks (hour).
Aliased Type§
pub struct SystemProduction {
pub metal: usize,
pub crew: usize,
pub water: usize,
}Fields§
§metal: usize§crew: usize§water: usize