inventory_mock tests #17
@@ -1,7 +1,5 @@
|
||||
package Item;
|
||||
|
||||
import Inventory.Inventory;
|
||||
|
||||
public record ItemStack(Item item, int quantity) {
|
||||
public ItemStack {
|
||||
if (quantity <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user