Created basic class structure
This commit is contained in:
parent
f0fccb06f8
commit
f0c201e859
5 changed files with 179 additions and 162 deletions
11
Global.cs
Normal file
11
Global.cs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue