Add InjectAttribute for annotating injectable properties
This commit is contained in:
9
src/Discord.Net.Commands/Attributes/InjectAttribute.cs
Normal file
9
src/Discord.Net.Commands/Attributes/InjectAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Discord.Commands {
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class InjectAttribute : Attribute {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user