ObsScenesCommand constructor

ObsScenesCommand()

Implementation

ObsScenesCommand() {
  addSubcommand(ObsGetScenesListCommand());
  addSubcommand(ObsGetGroupListCommand());
  addSubcommand(ObsGetCurrentProgramSceneCommand());
}