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

8 lines
280 B
C#

global using System;
global using System.Text;
global using System.ComponentModel.DataAnnotations;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using FileFlows.Comic;
global using System.Text.RegularExpressions;
global using FileFlows.Common;