inventory_mock tests #17

Merged
erns6604 merged 16 commits from inventory_mocks into main 2025-10-30 07:52:55 +01:00
Showing only changes of commit 0858d492e5 - Show all commits

View File

@@ -1,7 +1,5 @@
package Item;
import Inventory.Inventory;
public record ItemStack(Item item, int quantity) {
public ItemStack {
if (quantity <= 0) {