mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/)
10 lines
183 B
C#
10 lines
183 B
C#
namespace Nadeko.Snake;
|
|
|
|
/// <summary>
|
|
/// Marks the parameter to take
|
|
/// </summary>
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public class leftoverAttribute : Attribute
|
|
{
|
|
|
|
} |