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

8 lines
114 B
C#
Raw Normal View History

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