Files
FileFlowsPlugins/ComicNodes/GlobalUsings.cs
John Andrews 351b4bf120 rarrrrr
2022-08-09 15:51:40 +12:00

7 lines
249 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;