Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes

This commit is contained in:
Kwoth
2022-02-26 08:11:25 +01:00
parent f5a706f57a
commit 80800673b9
61 changed files with 61 additions and 68 deletions

View File

@@ -134,12 +134,4 @@ public abstract class NadekoModule : ModuleBase
public abstract class NadekoModule<TService> : NadekoModule
{
public TService _service { get; set; }
}
public abstract class NadekoSubmodule : NadekoModule
{
}
public abstract class NadekoSubmodule<TService> : NadekoModule<TService>
{
}

View File

@@ -1,4 +1,5 @@
namespace NadekoBot.Common;
#nullable disable
namespace NadekoBot.Common;
public class OldCreds
{