mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Removed completed todos
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
// using System.Runtime.CompilerServices;
|
||||
//
|
||||
// namespace NadekoBot.Common.Attributes;
|
||||
//
|
||||
// [AttributeUsage(AttributeTargets.Class)]
|
||||
// internal sealed class NadekoModuleAttribute : GroupAttribute
|
||||
// {
|
||||
// public NadekoModuleAttribute(string moduleName)
|
||||
// : base(moduleName)
|
||||
// {
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// [AttributeUsage(AttributeTargets.Method)]
|
||||
// internal sealed class NadekoDescriptionAttribute : SummaryAttribute
|
||||
// {
|
||||
// public NadekoDescriptionAttribute([CallerMemberName] string name = "")
|
||||
// : base(name.ToLowerInvariant())
|
||||
// {
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// [AttributeUsage(AttributeTargets.Method)]
|
||||
// internal sealed class NadekoUsageAttribute : RemarksAttribute
|
||||
// {
|
||||
// public NadekoUsageAttribute([CallerMemberName] string name = "")
|
||||
// : base(name.ToLowerInvariant())
|
||||
// {
|
||||
// }
|
||||
// }
|
||||
|
||||
// todo remove these
|
Reference in New Issue
Block a user