7 lines
No EOL
146 B
C#
7 lines
No EOL
146 B
C#
namespace Ellie.Marmalade;
|
|
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public sealed class bot_owner_onlyAttribute : MarmaladePermAttribute
|
|
{
|
|
|
|
} |