BITKit/Src/Core/WorldNode/IWorldNode.cs

14 lines
203 B
C#
Raw Normal View History

2024-11-03 16:38:17 +08:00
using System.Collections;
using System.Collections.Generic;
namespace BITKit.WorldNode
{
/// <summary>
/// 世界节点
/// </summary>
public interface IWorldNode
{
2025-03-09 13:38:23 +08:00
2024-11-03 16:38:17 +08:00
}
}