优化FlowEnv

This commit is contained in:
fengjiayi
2025-07-04 15:46:29 +08:00
parent 345fee39ba
commit 340ff7770f
12 changed files with 249 additions and 113 deletions

View File

@@ -18,9 +18,9 @@ namespace Serein.NodeFlow.Tool
/// <summary>
/// 管理加载在运行环境中的外部程序集
/// </summary>
internal class FlowLibraryManagement
internal class FlowLibraryService
{
public FlowLibraryManagement(IFlowEnvironment flowEnvironment)
public FlowLibraryService(IFlowEnvironment flowEnvironment)
{
this.flowEnvironment = flowEnvironment;
}