mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
10 lines
211 B
C#
10 lines
211 B
C#
namespace NadekoBot.Medusa;
|
|
|
|
/// <summary>
|
|
/// Used as a marker class for bot_perm and user_perm Attributes
|
|
/// Has no functionality.
|
|
/// </summary>
|
|
public abstract class MedusaPermAttribute : Attribute
|
|
{
|
|
|
|
} |