Browse Source

Update namespace for Utility

Bepis 6 năm trước cách đây
mục cha
commit
0ce8c5520f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.