namespace Cogwheel; [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] public class CommandAttribute : Attribute { public string Name = ""; public string Description = ""; }