EVERYTHING
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class NodePortDefinition
|
||||
{
|
||||
public string PortName = "Port";
|
||||
|
||||
public PortKind Kind = PortKind.Value;
|
||||
|
||||
public string DefaultValue = "";
|
||||
}
|
||||
Reference in New Issue
Block a user