FF-1698: C# scripts!

This commit is contained in:
John Andrews
2024-08-03 10:17:36 +12:00
parent 27d98dd667
commit d20f750048
2 changed files with 552 additions and 552 deletions

View File

@@ -11,7 +11,7 @@ namespace BasicNodes.Scripting;
public class CSharpScript : ScriptBase
{
/// <inheritdoc />
public override string Icon => "svg:cs";
public override string Icon => "svg:csharp";
/// <inheritdoc />
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/charp-script";