The jam is running. Build something, or play the entries.
namespace Sunless.Architecture; public static class ArchPlanSpans { public static ArchRoom RoomStanding( this ArchPlan plan, ArchSpanPart span, ArchKinds table = null ) => plan.HostOf<ArchRoom>( span, table ); }