Browse Source

Move PluginInfo to correct namespace

ManlyMarco 5 years ago
parent
commit
e7028d2fee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BepInEx/Contract/PluginInfo.cs

+ 2 - 2
BepInEx/Contract/PluginInfo.cs

@@ -3,7 +3,7 @@ using System.IO;
 using System.Linq;
 using BepInEx.Bootstrap;
 
-namespace BepInEx.Contract
+namespace BepInEx
 {
 	public class PluginInfo : ICacheable
 	{
@@ -60,4 +60,4 @@ namespace BepInEx.Contract
 			Dependencies = depList;
 		}
 	}
-}
+}