mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
10 lines
187 B
C#
10 lines
187 B
C#
namespace NadekoBot.Medusa;
|
|
|
|
/// <summary>
|
|
/// Marks the parameter to take
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public class leftoverAttribute : Attribute
|
|
{
|
|
|
|
} |