Table of Contents
Defines a ModCommand that is a subcommand of the specified other command
public abstract class ModCommand<T> : BTD_Mod_Helper.Api.Commands.ModCommand
where T : BTD_Mod_Helper.Api.Commands.ModCommand
T
The root command this is a sub command of
Inheritance System.Object ModContent ModCommand ModCommand
Derived
↳ OpenFolderCommand
Other ModCommand that this is nested under, or null if a root command
public sealed override BTD_Mod_Helper.Api.Commands.ModCommand ParentCommand { get; }