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

9 lines
309 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using FileFlows.Common;