尝试分离NodeModel与依赖包

This commit is contained in:
fengjiayi
2024-08-06 16:09:46 +08:00
parent f15baf0d9b
commit 4183866b42
56 changed files with 3623 additions and 241 deletions

View File

@@ -1,8 +1,4 @@
using Serein.Flow.Tool;
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Serein.Flow.NodeModel
{
@@ -59,7 +55,7 @@ namespace Serein.Flow.NodeModel
}
catch (Exception ex)
{
Debug.Write(ex.Message);
Console.WriteLine(ex.Message);
}
return false;
}