Files
nadekobot/src/NadekoBot/Services/INService.cs
2021-12-19 05:14:11 +01:00

9 lines
197 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
{
}