NadekoBot/NadekoBot.Core/Common/ModuleBehaviors/ILateBlockingExecutor.cs
2017-09-30 00:46:33 +02:00

8 lines
114 B
C#

namespace NadekoBot.Common.ModuleBehaviors
{
public interface ILateBlockingExecutor
{
}
}