mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-05 06:44:57 +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 { } |