Files
FileFlowsPlugins/AudioNodes/GlobalUsings.cs
2024-12-20 17:19:05 +13:00

14 lines
431 B
C#

global using System;
global using System.Text;
global using System.Linq;
global using System.Text.RegularExpressions;
global using System.ComponentModel.DataAnnotations;
global using System.Collections.Generic;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using FileFlows.Common;
global using FileHelper = FileFlows.Plugin.Helpers.FileHelper;
#if(DEBUG)
global using PluginTestLibrary;
#endif