Abstract
Protected
_requirementsThe set of objects that this command requires to execute. Used to place mutexes on common resources to ensure they don't receive multiple inputs at once.
Protected
addAbstract
executeImplicitly wraps a Command into a Sequential Command.
The command which is run next.
Generated using TypeDoc
A command base class. Used to circumvent TypeScript abstract/interface weirdness by providing a version of Command which can be extended with attributes and constructors.