Editor/Pillar/ArchPlanSpans.cs
namespace Sunless.Architecture;

public static class ArchPlanSpans {
	public static ArchRoom RoomStanding( this ArchPlan plan, ArchSpanPart span, ArchKinds table = null ) =>
		plan.HostOf<ArchRoom>( span, table );
}