dev: Renamed some classes, making the new string model work

This commit is contained in:
Kwoth
2024-05-07 22:55:56 +00:00
parent 3e71d9f1ba
commit 577d62a1c1
6 changed files with 31 additions and 9 deletions

View File

@@ -15,4 +15,7 @@ public sealed class CmdAttribute : CommandAttribute
Remarks = memberName.ToLowerInvariant();
Summary = memberName.ToLowerInvariant();
}
}
}
[AttributeUsage(AttributeTargets.Method)]
public sealed class PromptableAttribute: Attribute;