Files
FileFlowsPlugins/CollectionNodes/GlobalUsings.cs
2022-01-04 17:12:35 +13:00

6 lines
184 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 FileFlows.Plugin;