@rpg-engine/long-bow 0.2.88 → 0.2.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +0 -3
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +0 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Equipment/EquipmentSet.tsx +0 -3
package/dist/long-bow.esm.js
CHANGED
|
@@ -33785,9 +33785,6 @@ var EquipmentSet = function EquipmentSet(_ref) {
|
|
|
33785
33785
|
},
|
|
33786
33786
|
checkIfItemCanBeMoved: checkIfItemCanBeMoved,
|
|
33787
33787
|
onPlaceDrop: function onPlaceDrop(item, slotIndex, itemContainerType) {
|
|
33788
|
-
if (!item) {
|
|
33789
|
-
return;
|
|
33790
|
-
}
|
|
33791
33788
|
if (onItemPlaceDrop) onItemPlaceDrop(item, slotIndex, itemContainerType);
|
|
33792
33789
|
},
|
|
33793
33790
|
atlasIMG: atlasIMG,
|