FF-1698: C# scripts!

This commit is contained in:
John Andrews
2024-08-06 08:38:30 +12:00
parent 2347647947
commit 621e515805
4 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class CSharpScript : ScriptBase
public override string Icon => "svg:csharp";
/// <inheritdoc />
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/charp-script";
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/charp";
/// <inheritdoc />
protected override ScriptLanguage Language => ScriptLanguage.CSharp;