complete item package

This commit is contained in:
2026-05-07 09:25:13 +03:30
parent 2ea1bced4f
commit a70b14538b
@@ -4,8 +4,6 @@ import org.project.entity.Entity;
public interface Item { public interface Item {
void use(Entity target); void use(Entity target);
String getName();
/* int getId();
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
} }