Forráskód Böngészése

Update namespace change for Utility

Bepis 6 éve
szülő
commit
aada10fdb0

+ 0 - 1
BepInEx/Bootstrap/AssemblyPatcher.cs

@@ -3,7 +3,6 @@ using System.Collections.Generic;
 using System.IO;
 using System.Linq;
 using System.Reflection;
-using BepInEx.Common;
 using Mono.Cecil;
 
 namespace BepInEx.Bootstrap

+ 1 - 2
BepInEx/Bootstrap/Chainloader.cs

@@ -1,5 +1,4 @@
-using BepInEx.Common;
-using System;
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.IO;

+ 0 - 1
BepInEx/Bootstrap/Entrypoint.cs

@@ -1,7 +1,6 @@
 using System;
 using System.Linq;
 using System.Reflection;
-using BepInEx.Common;
 
 namespace BepInEx.Bootstrap
 {

+ 0 - 1
BepInEx/Bootstrap/Preloader.cs

@@ -5,7 +5,6 @@ using System.IO;
 using System.Linq;
 using System.Reflection;
 using System.Text;
-using BepInEx.Common;
 using BepInEx.Logging;
 using Mono.Cecil;
 using Mono.Cecil.Cil;

+ 0 - 1
BepInEx/Config.cs

@@ -2,7 +2,6 @@
 using System.Collections.Generic;
 using System.IO;
 using System.Text.RegularExpressions;
-using BepInEx.Common;
 using BepInEx.Logging;
 
 namespace BepInEx

+ 0 - 1
BepInEx/Paths.cs

@@ -1,7 +1,6 @@
 using System.Diagnostics;
 using System.IO;
 using System.Reflection;
-using BepInEx.Common;
 
 namespace BepInEx
 {