FF-1698: C# scripts!

This commit is contained in:
John Andrews
2024-08-03 10:52:08 +12:00
parent ed3c6f8afa
commit b28b2893cb

View File

@@ -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 />