156157158159160161162163
plugInSubsystem = new PlugInSubsystem(this); plugInSubsystem.load(configElement); subsystems.add(plugInSubsystem); commandSubsystem = new CommandSubsystem(getCommandHandlers(subsystems)); subsystems.add(commandSubsystem); }