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