diff --git a/src/Utils/Emit.cs b/src/Utils/Emit.cs index a4ea606..89281cc 100644 --- a/src/Utils/Emit.cs +++ b/src/Utils/Emit.cs @@ -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.SmartSpawnController.Utils { diff --git a/src/Utils/GameConsole.cs b/src/Utils/GameConsole.cs index f0794b8..6d24a27 100644 --- a/src/Utils/GameConsole.cs +++ b/src/Utils/GameConsole.cs @@ -4,9 +4,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.SmartSpawnController.Utils diff --git a/src/Utils/GenericPatch`.cs b/src/Utils/GenericPatch`.cs index a3f93f2..d3e19d1 100644 --- a/src/Utils/GenericPatch`.cs +++ b/src/Utils/GenericPatch`.cs @@ -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.SmartSpawnController.Utils { diff --git a/src/Utils/JsonGenericDictionaryOrArrayConverter.cs b/src/Utils/JsonGenericDictionaryOrArrayConverter.cs index 82e9a16..fb82062 100644 --- a/src/Utils/JsonGenericDictionaryOrArrayConverter.cs +++ b/src/Utils/JsonGenericDictionaryOrArrayConverter.cs @@ -1,11 +1,6 @@ using Newtonsoft.Json; -using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Text; -using System.Threading.Tasks; namespace astealz.SmartSpawnController.Utils { diff --git a/src/Utils/Logger.cs b/src/Utils/Logger.cs index 5adfb2d..b3656d2 100644 --- a/src/Utils/Logger.cs +++ b/src/Utils/Logger.cs @@ -1,9 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace astealz.SmartSpawnController.Utils { diff --git a/src/Utils/TextUtils.cs b/src/Utils/TextUtils.cs index 3c6efd3..4619c22 100644 --- a/src/Utils/TextUtils.cs +++ b/src/Utils/TextUtils.cs @@ -1,10 +1,7 @@ using HarmonyLib; using System; -using System.Collections.Generic; using System.Linq; using System.Reflection; -using System.Text; -using System.Threading.Tasks; namespace astealz.SmartSpawnController.Utils {