Initial split of the modules
This commit is contained in:
10
NadekoBot.Core/Services/INService.cs
Normal file
10
NadekoBot.Core/Services/INService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// All services must implement this interface in order to be auto-discovered by the DI system
|
||||
/// </summary>
|
||||
public interface INService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user