NadekoBot/NadekoBot.Core/Common/ModuleBehaviors/ILateBlockingExecutor.cs

8 lines
114 B
C#
Raw Normal View History

2017-07-17 21:42:36 +02:00
namespace NadekoBot.Common.ModuleBehaviors
{
public interface ILateBlockingExecutor
{
}
}