use vek::*; pub struct Plot { kind: PlotKind, center_tpos: Vec2, units: Vec2>, } pub enum PlotKind { Path, House { height: i32 }, }