28 lines
944 B
C#
28 lines
944 B
C#
global using Microsoft.Win32;
|
|
global using Nerd_STF.Mathematics;
|
|
global using Newtonsoft.Json;
|
|
global using SharpCompress.Archives.Rar;
|
|
global using SharpCompress.Archives.SevenZip;
|
|
global using SharpCompress.Readers;
|
|
global using SrcMod.Shell.Extensions;
|
|
global using SrcMod.Shell.Interop;
|
|
global using SrcMod.Shell.Modules;
|
|
global using SrcMod.Shell.Modules.ObjectModels;
|
|
global using SrcMod.Shell.ObjectModels;
|
|
global using SrcMod.Shell.ObjectModels.Steam;
|
|
global using System;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.ComponentModel;
|
|
global using System.Diagnostics;
|
|
global using System.Formats.Tar;
|
|
global using System.IO;
|
|
global using System.IO.Compression;
|
|
global using System.Linq;
|
|
global using System.Reflection;
|
|
global using System.Runtime.InteropServices;
|
|
global using System.Text;
|
|
global using System.Threading;
|
|
global using Valve.Vkv;
|
|
global using static SrcMod.Shell.Tools;
|