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