8 lines
107 B
C#
Raw Normal View History

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