Преглед на файлове

Update namespace change for Utility

Bepis преди 6 години
родител
ревизия
aada10fdb0
променени са 6 файла, в които са добавени 1 реда и са изтрити 7 реда
  1. 0 1
      BepInEx/Bootstrap/AssemblyPatcher.cs
  2. 1 2
      BepInEx/Bootstrap/Chainloader.cs
  3. 0 1
      BepInEx/Bootstrap/Entrypoint.cs
  4. 0 1
      BepInEx/Bootstrap/Preloader.cs
  5. 0 1
      BepInEx/Config.cs
  6. 0 1
      BepInEx/Paths.cs

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