This is the official repository for the MoBro Plugin SDK.
The SDK is used to develop plugins for MoBro.
Detailed developer documentation on how to use the SDK can be found on developer.mobro.app.
Also, feel free to visit us on our Discord server for any questions or in case you run into any issues.
This repository is split into two projects, resulting in two separate packages:
This is the primary package you should include when creating a plugin for MoBro. It includes the MoBro.Plugin.SDK.Core
package and additional developer tools for running and testing a plugin locally without needing to install it in the
MoBro application.
This is the 'core' part of the MoBro plugin SDK and contains only the necessary interfaces and types required for a plugin to be loaded. This package has no additional dependencies and is included in and used by MoBro to load plugins.