Struct stpsyr::Retreat [] [src]

pub struct Retreat {
    pub owner: Power,
    pub province: Province,
    pub action: RetreatAction,
}

Fields