Console Help Section
data class ConsoleHelpSection(val command: String, val description: String, val subcommands: List<ConsoleHelpCommand> = emptyList())
Constructors
Link copied to clipboard
constructor(command: String, description: String, subcommands: List<ConsoleHelpCommand> = emptyList())