debug Item.java

This commit is contained in:
2026-05-17 06:18:43 -07:00
parent 43421d5f25
commit 6a68d82f7a
@@ -3,9 +3,7 @@ package org.project.item;
import org.project.entity.Entity;
public interface Item {
void use(Entity target);
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
String getName();
}