1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 17:26:02 +08:00
xNode/Scripts/Attributes/NodeEnum.cs
2018-11-11 22:39:32 +01:00

4 lines
187 B
C#

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