Files
FileFlowsPlugins/DiscordNodes/GlobalUsings.cs
2022-04-16 14:05:50 +12:00

8 lines
278 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;