using UnityEngine;
namespace XNode {
/// Draw enums correctly within nodes. Without it, enums show up at the wrong positions.
/// Enums with this attribute are not detected by EditorGui.ChangeCheck due to waiting before executing
public class NodeEnumAttribute : PropertyAttribute { }
}