Orders

Type Alias Orders 

Source
pub type Orders = HashMap<String, Box<dyn Order>>;
Expand description

Map of orders. Each province occupied by a unit have an associated order.

Aliased Typeยง

pub struct Orders { /* private fields */ }