mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 17:56:06 +08:00
5 lines
93 B
C#
5 lines
93 B
C#
[CustomNodeEditor(typeof(MathNode), "Math")]
|
|
public class AddNodeEditor : NodeEditor {
|
|
|
|
}
|