namespace ColdMint.scripts.map.RoomPlacer; public class RoomPlacerConfig { /// /// Whether to overlap matching room slots /// 是否重叠匹配的房间插槽 /// public bool RoomSlotOverlap = false; /// /// 水平对齐 /// public bool HorizontalAlignment = true; }