14 lines
203 B
C#
14 lines
203 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace BITKit.WorldNode
|
|
{
|
|
/// <summary>
|
|
/// 世界节点
|
|
/// </summary>
|
|
public interface IWorldNode
|
|
{
|
|
|
|
}
|
|
}
|