using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using XericLibrary.Runtime.Type; namespace XericLibrary.Runtime.Generation { /// /// 矩形包围与穿孔,用于制作简易的房间合体 /// [Serializable] public class RectangularSurroundWithHoleGeneration : WeaklyObject { } }