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