MonkeyModdingTroop / MonkeyLoader

A convenience and extendability focused mod loader using NuGet packages.
https://monkeymoddingtroop.github.io/MonkeyLoader/index.html
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Add `Toggled` or `EnabledChanged` or similar event to Monkeys #12

Closed Banane9 closed 1 week ago

Banane9 commented 2 months ago

This event would be fireable for monkeys that support enabling/disabling (i.e. return true for IMonkey.CanBeDisabled). Monkeys could use this to patch/unpatch when toggled or make any other necessary changes without having to manually get their toggle key.

Banane9 commented 1 week ago

This was actually closed by #24