mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
10 lines
252 B
C#
10 lines
252 B
C#
namespace NadekoBot.Medusa;
|
|
|
|
/// <summary>
|
|
/// Marks services in command arguments for injection.
|
|
/// The injected services must come after the context and before any input parameters.
|
|
/// </summary>
|
|
public class injectAttribute : Attribute
|
|
{
|
|
|
|
} |