clean up unused usings

This commit is contained in:
Chomp 2021-12-06 15:16:36 +00:00
parent bd234a858f
commit 0620e97808
9 changed files with 8 additions and 47 deletions

View File

@ -1,11 +1,9 @@
using EFT;
using astealz.BotMonitor.Utils;
using EFT;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
using astealz.BotMonitor.Utils;
namespace astealz.BotMonitor
{

View File

@ -1,12 +1,6 @@
using EFT;
using astealz.BotMonitor.Utils;
using EFT;
using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using astealz.BotMonitor.Utils;
using UnityEngine;
namespace astealz.BotMonitor

View File

@ -5,9 +5,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using UnityEngine;
namespace astealz.BotMonitor

View File

@ -1,10 +1,6 @@
using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace astealz.BotMonitor
{

View File

@ -1,11 +1,6 @@
using Comfort.Common;
using EFT;
using EFT.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
namespace astealz.BotMonitor

View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
using UnityEngine;
namespace astealz.BotMonitor
{

View File

@ -1,13 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using EFT;
using EFT;
using EFT.UI;
using System.Text.RegularExpressions;
using UnityEngine;
namespace astealz.BotMonitor

View File

@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using System.Threading.Tasks;
namespace astealz.BotMonitor.Utils
{

View File

@ -1,11 +1,7 @@
using EFT;
using HarmonyLib;
using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace astealz.BotMonitor.Utils
{