浏览代码

Update namespace for Utility

Bepis 6 年之前
父节点
当前提交
0ce8c5520f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.