Looking through the javadocs, I can see that there doesn't seem to be any direct event corresponding to an NPC equipping or unequipping items (By that I mean the player adding items to the NPC's equipment via the editor).
What would be the aproach here to know when an NPC (un)equips items? Given that it seems to be a trait, would I listen for the NPCTraitEvent? Or is there a different aproach?
