7 lines
No EOL
190 B
C#
7 lines
No EOL
190 B
C#
namespace EllieBot.Common.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class EllieOptionsAttribute<TOption> : Attribute
|
|
where TOption: IEllieCommandOptions
|
|
{
|
|
} |