Cleanup of usings

This commit is contained in:
Chomp 2021-12-06 15:27:22 +00:00
parent d5b7f0aa26
commit 90f886e96c
6 changed files with 0 additions and 22 deletions

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.SmartSpawnController.Utils
{

View File

@ -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

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.SmartSpawnController.Utils
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{