Enum stpsyr::AdjustAction [] [src]

pub enum AdjustAction {
    Disband,
    Build {
        unit_type: UnitType,
    },
}

Variants

Fields of Build