Files
serein-flow/Library/Flow/Api.cs

14 lines
197 B
C#
Raw Normal View History

2024-08-05 10:11:58 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2024-08-06 15:41:14 +08:00
namespace Serein.Flow
2024-08-05 10:11:58 +08:00
{
public interface IDynamicFlowNode
{
}
}