mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 22:34:54 +08:00
4 lines
187 B
C#
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 { } |