Files
BITKit/Src/Core/WorldNode/IWorldNode.cs
CortexCore 18239a5ae4 1
2025-03-09 13:38:23 +08:00

14 lines
203 B
C#

using System.Collections;
using System.Collections.Generic;
namespace BITKit.WorldNode
{
/// <summary>
/// 世界节点
/// </summary>
public interface IWorldNode
{
}
}