|
@@ -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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|