From 34316887f300c01b4baa87b0aed90866437159ca Mon Sep 17 00:00:00 2001 From: timotheyca Date: Fri, 10 May 2019 23:11:07 +0300 Subject: [PATCH] YEY ogtdglib returned! --- OgtDgLib/ogtdglib.cs | 28 ---------------------------- ogtdglib/Properties/AssemblyInfo.cs | 4 ++-- ogtdglib/ogtdglib.csproj | 1 - ogtdglib/src/Nothing.cs | 4 +--- 4 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 OgtDgLib/ogtdglib.cs 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 { ///