8 lines
114 B
C#
8 lines
114 B
C#
namespace NadekoBot.Common.ModuleBehaviors
|
|
{
|
|
public interface ILateBlockingExecutor
|
|
{
|
|
|
|
}
|
|
}
|