mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +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 { } |