csharp
public record class ConsoleCommandOne registered command.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public string NameWhat is typed to run it.
public string HelpOne line saying what it does.
public Action<ConsoleContext> RunWhat it does.
Methods (1)
public ConsoleCommand(string Name, string Help, Action<ConsoleContext> Run)One registered command.
Used by (1)
- ConsoleCommandsVixen.Engine