elliebot/src/Ellie.Marmalade/Attributes/bot_owner_onlyAttribute.cs

7 lines
No EOL
146 B
C#

namespace Ellie.Marmalade;
[AttributeUsage(AttributeTargets.Method)]
public sealed class bot_owner_onlyAttribute : MarmaladePermAttribute
{
}