using UnityEngine; /// Draw enums correctly within nodes. Without it, enums show up at the wrong positions. public class NodeEnumAttribute : PropertyAttribute { }