Files
FileFlowsPlugins/BasicNodes/GlobalUsings.cs
2024-01-10 10:31:40 +13:00

6 lines
185 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;