mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-08 16:24:53 +08:00
5 lines
93 B
C#
5 lines
93 B
C#
[CustomNodeEditor(typeof(MathNode), "Math")]
|
|
public class AddNodeEditor : NodeEditor {
|
|
|
|
}
|