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