You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some items have not been updated to implement iEquippableItem, and are throwing the "Activate() not found" error when attempting to equip. Go through all items and make sure the base item types implement iEquippableItem, and that the child classes override the Activate() and Deactivate() methods.
The text was updated successfully, but these errors were encountered:
Some items have not been updated to implement iEquippableItem, and are throwing the "Activate() not found" error when attempting to equip. Go through all items and make sure the base item types implement iEquippableItem, and that the child classes override the Activate() and Deactivate() methods.
The text was updated successfully, but these errors were encountered: