Editor/Internal/NodeEditorPlus/NodeGraph/InternalNodeAttribute.cs
namespace NodeEditorPlus;

[AttributeUsage( AttributeTargets.Class )]
public class InternalNodeAttribute : Attribute
{
	public InternalNodeAttribute() { }
}