MenuLib is a C# library designed to simplify the creation of in-game menu plugins for Bendy and the Ink Machine. It provides a straightforward API for adding buttons, toggles, and multi-options to menus, allowing developers to focus on functionality rather than UI implementation details.
To use MenuLib in your project, follow these steps:
Create new bepinex plugin project.
Add MenuLib.dll as reference.
Import the MenuLib namespace in your plugin code:
using MenuLib;
Documentation will be added soon. I have no clue how it works either (its not documented yet, i still change the structure of the library for better usability, wait for release 1.0.0).