Created basic class structure

This commit is contained in:
XorogVEVO 2021-11-27 18:20:00 +01:00
parent f0fccb06f8
commit f0c201e859
5 changed files with 179 additions and 162 deletions

11
Global.cs Normal file
View file

@ -0,0 +1,11 @@
global using System.Diagnostics;
global using System.Net;
global using System.Security.Cryptography;
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;
global using static Xorog.UniversalExtensions.UniversalExtensionsEnums;
global using static Xorog.UniversalExtensions.Internal;