Installation: Ensure you have MelonLoader installed in your Unity project. Then, add the WickerREST.dll assembly reference to your Visual Studio project. Create Command Handlers: Decorate static methods in your code with the [CommandHandler] attribute to expose them as commands. For example: [...