10 lines
161 B
C#
10 lines
161 B
C#
using System;
|
|
|
|
namespace Discord.Commands
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public sealed class InjectAttribute : Attribute
|
|
{
|
|
}
|
|
}
|