修改了保存方法,可以正常使用

This commit is contained in:
fengjiayi
2024-08-05 20:32:16 +08:00
parent 5b15871f65
commit e6848e6417
6 changed files with 100 additions and 60 deletions

View File

@@ -156,6 +156,7 @@ namespace Serein.WorkBench
public bool state { get; set; }
public string value { get; set; }
public string expression { get; set; }
}
@@ -175,10 +176,7 @@ namespace Serein.WorkBench
/// </summary>
public class Region
{
public string guid { get; set; }
public NodeInfo[] childNodes { get; set; }
}