diff --git a/OgtDgLib/ogtdglib.cs b/OgtDgLib/ogtdglib.cs
deleted file mode 100644
index c0d38ad..0000000
--- a/OgtDgLib/ogtdglib.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using DuckGame;
-using JetBrains.Annotations;
-
-namespace OgtDgLib
-{
- ///
- ///
- /// Class for using lib as Mod
- ///
- [PublicAPI]
- public class OgtDgLib:Mod
- {
- ///
- ///
- /// Constructor for Debug.Log
- ///
- public OgtDgLib()
- {
- Debug.Log("OgtDgLib loading");
- }
-
- ///
- ///
- /// Loads before
- ///
- public override Priority priority => Priority.Highest;
- }
-}
\ No newline at end of file
diff --git a/ogtdglib/Properties/AssemblyInfo.cs b/ogtdglib/Properties/AssemblyInfo.cs
index 7492f80..51b338e 100644
--- a/ogtdglib/Properties/AssemblyInfo.cs
+++ b/ogtdglib/Properties/AssemblyInfo.cs
@@ -37,7 +37,7 @@
// DEBUG: main.additional.*
// revision is exactly two symbols
#if DEBUG
- [assembly: AssemblyVersion("0.1.*")]
+ [assembly: AssemblyVersion("0.102.*")]
#else
-[assembly: AssemblyVersion("0.102.*")]
+[assembly: AssemblyVersion("0.1.2.0")]
#endif
\ No newline at end of file
diff --git a/ogtdglib/ogtdglib.csproj b/ogtdglib/ogtdglib.csproj
index 8c0bce6..9776f79 100644
--- a/ogtdglib/ogtdglib.csproj
+++ b/ogtdglib/ogtdglib.csproj
@@ -57,7 +57,6 @@
-
diff --git a/ogtdglib/src/Nothing.cs b/ogtdglib/src/Nothing.cs
index 1a93b0a..269e596 100644
--- a/ogtdglib/src/Nothing.cs
+++ b/ogtdglib/src/Nothing.cs
@@ -1,5 +1,4 @@
-using System;
-using DuckGame;
+using DuckGame;
using JetBrains.Annotations;
namespace OgtDgLib
@@ -9,7 +8,6 @@ namespace OgtDgLib
/// Empty thing with GetPath
///
[PublicAPI]
- [Obsolete]
public sealed class Nothing : Thing where T : Mod
{
///