NadekoBot/NadekoBot.Core/Services/INService.cs
2017-09-30 00:46:33 +02:00

11 lines
224 B
C#

namespace NadekoBot.Services
{
/// <summary>
/// All services must implement this interface in order to be auto-discovered by the DI system
/// </summary>
public interface INService
{
}
}