新增了上游节点类型:执行下一节点之前,调用上一节点的上游分支。

修正了WAT中的错误,现在可以自动化处理了。
This commit is contained in:
fengjiayi
2024-08-05 23:04:22 +08:00
parent 21002e47ca
commit 2693045443
7 changed files with 164 additions and 106 deletions

View File

@@ -144,6 +144,7 @@ namespace Serein.WorkBench
/// </summary>
public string[] falseNodes { get; set; }
public string[] upstreamNodes { get; set; }
@@ -154,7 +155,6 @@ namespace Serein.WorkBench
public class Parameterdata
{
public bool state { get; set; }
public string value { get; set; }
public string expression { get; set; }