bcmpinc / StardewHack

A bunch of Stardew Valley mods that heavily rely on IL code modification.
GNU Lesser General Public License v3.0
20 stars 14 forks source link

WMR API additions #91

Closed bcmpinc closed 10 months ago

bcmpinc commented 1 year ago

I've been working on a mod that adds the little character customization menu to the dresser menu, and I'd like the following methods to more easily integrate with WMR:

  • A method that gets the number of ring slots that should be drawn.
  • A method that gets the ring at a specific slot.
  • A method that equips a ring to a specific slot.