This commit is contained in:
John Andrews
2022-07-08 21:04:07 +12:00
parent 5cd16b010b
commit 7b7d823273

View File

@@ -10,6 +10,9 @@ namespace FileFlows.BasicNodes.File
/// </summary>
public class CopyFile : Node
{
/// <summary>
/// Gets the number of inputs
/// </summary>
public override int Inputs => 1;
public override int Outputs => 1;
public override FlowElementType Type => FlowElementType.Process;