Type Alias veloren_world::site2::plot::tavern::Neighbor

source ·
type Neighbor = Option<Id<Room>>;

Aliased Type§

enum Neighbor {
    None,
    Some(Id<Room>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Id<Room>)

Some value of type T.