1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00
xNode/Example/Nodes/Editor/MathNodeEditor.cs
2017-10-16 21:08:35 +02:00

5 lines
93 B
C#

[CustomNodeEditor(typeof(MathNode), "Math")]
public class AddNodeEditor : NodeEditor {
}