Function jumpy::core::item::drop_items
source ยท pub fn drop_items(
commands: Commands<'_>,
drop_items: CompMut<'_, DropItem>,
player_inventories: PlayerInventories<'_>,
)
Expand description
Drop items that have the DropItem
component added to them.