Implemented the knot node save load issues
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -53,6 +53,7 @@ namespace Nodify.Calculator.Models
|
||||
public string DataType { get; set; } = string.Empty;
|
||||
public bool IsCopyConnector { get; set; }
|
||||
public bool IsTakeListConnector { get; set; }
|
||||
public bool IsKnotConnector { get; set; }
|
||||
}
|
||||
|
||||
public class ConnectionData
|
||||
|
||||
Reference in New Issue
Block a user