mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-12-19 12:53:11 -05:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -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>
|
||||
{
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
namespace NadekoBot.Common;
|
||||
#nullable disable
|
||||
namespace NadekoBot.Common;
|
||||
|
||||
public class OldCreds
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user