Parcourir la source

Update namespace for Utility

Bepis il y a 6 ans
Parent
commit
0ce8c5520f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      BepInEx/Utility.cs

+ 1 - 1
BepInEx/Utility.cs

@@ -4,7 +4,7 @@ using System.IO;
 using System.Linq;
 using System.Reflection;
 
-namespace BepInEx.Common
+namespace BepInEx
 {
     /// <summary>
     /// Generic helper properties and methods.