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