Skip to main content

place_five_crossing

Function place_five_crossing 

Source
fn place_five_crossing(
    placer: &mut ScatteredFeaturePlacer<'_, '_>,
    random: &mut WorldgenRandom,
    entry_door: StrongholdSmallDoorType,
    left_low: bool,
    left_high: bool,
    right_low: bool,
    right_high: bool,
)