Ver Fonte

Move PluginInfo to correct namespace

ManlyMarco há 5 anos atrás
pai
commit
e7028d2fee
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      BepInEx/Contract/PluginInfo.cs

+ 2 - 2
BepInEx/Contract/PluginInfo.cs

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