- Add modularity to internal APIs to better failsafe and also support unloading hooks
- Bug fixes / updates for current patch
- Bug fixes for lockboxes and medium chests only giving Tier 3 items
- Bug fix for ItemDropAPI hook
- Update Assembly-CSharp and mod info for latest version of RoR2
- Updated MMHOOK_Assembly-CSharp.dll
- Added more usages of ItemDropAPI
- Fixed SurvivorAPI, you can now have more than one custom survivor
- Note to DEVS: You must set SurvivorIndex to a value > 8 (SurvivorIndex.Count) in order for your Survivor to be added, otherwise it will replace the survivor at that index.
- Added Custom EntityStates support
- Added Fast Cached Reflection API, see: Reflection.cs
- Added In-Game Rule UI API, see: LobbyConfigAPI.cs
- Added ItemDropAPI, a complete replacement for managing item drops, see: ItemDropAPI.cs