Installation Guide
https://github.com/WeatherElectric/OBSBridge/wiki/User-Installation
Changelog
Fixed a namespace being from an old version of the mod
- using WeatherElectric.OBSControl.OBS;
+ using WeatherElectric.OBSBridge.OBS;
Removed obsolete status methods, as there have been bool properties that give the same thing with less websocket requests.
Changed preference category title from OBSControl to OBSBridge