ObsUiCommand constructor

ObsUiCommand()

Implementation

ObsUiCommand() {
  addSubcommand(ObsGetStudioModeEnabledCommand());
  addSubcommand(ObsSetStudioModeEnabledCommand());
  addSubcommand(ObsGetMonitorListCommand());
}