AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.CreateCommands C# (CSharp) Method

CreateCommands() protected abstract method

Subcommand generation method. You must define your subcommands here.
protected abstract CreateCommands ( ) : SubCommand>.Dictionary
return SubCommand>.Dictionary
        protected abstract Dictionary<string, SubCommand> CreateCommands();