to Mutable
fun <C : Any> Command.Builder<C>.toMutable(commandManager: CommandManager<C>): MutableCommandBuilder<C>
Create a new MutableCommandBuilder.
Parameters
command Manager
the command manager, which will own this command.
Create a new MutableCommandBuilder.
the command manager, which will own this command.