Openbullet 2 Plugins
If you want to dive deeper into custom modifications, let me know:
: Plugins primarily add new blocks to the block palette in the Config designer, which can then be dragged onto the canvas like standard HTTP or Parse blocks. Openbullet 2 Plugins
Create a new Class Library project in C#. Add a reference to Openbullet2.Api.dll . If you want to dive deeper into custom
Add a reference to RuriLib.dll in your project configuration. This grants your code access to the attributes and interfaces necessary to register custom blocks. 3. Write the Plugin Code Openbullet 2 Plugins