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