using System; namespace XGame.Framework.Nodes { /// <summary> /// 用于标记Node分组的枚举定义 /// </summary> [AttributeUsage(AttributeTargets.Enum, AllowMultiple = false, Inherited = false)] public class NodeGroupAttribute : Attribute { } }