https://docs.google.com/document/d/1BzrtS6VaSGM8znGuwvklgQzRy9t-0ykAkI4oHA1mesw/edit?tab=t.0#heading=h.ow4cyhthbk3b Please correct these errors. They really interfere with mod development.
Google Docs
Fishing handler Problem: The fishing handler function is invoked as a callback function from onEquipPrimary event. The first parameter of the callback function type is IsoGameCharacter. So it is not correct to expect this parameter to always be of the IsoPlayer class. If the callback function rec...