This repository has been archived on 2025-09-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
XericLibrary-OLD/Runtime/Generation/Splice/RectangularSurroundWithHoleGeneration.cs
2023-11-08 13:41:11 +08:00

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
{
}
}