mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 03:59:32 -06:00
FF-1698: C# scripts!
This commit is contained in:
@@ -13,7 +13,7 @@ public class Function : Node
|
||||
/// <inheritdoc />
|
||||
public override int Inputs => 1;
|
||||
/// <inheritdoc />
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override FlowElementType Type => FlowElementType.Process;
|
||||
/// <inheritdoc />
|
||||
public override string Icon => "svg:javascript";
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user