develop #1

Merged
Meraj merged 12 commits from develop into main 2026-05-18 22:10:15 +00:00
Showing only changes of commit a70b14538b - Show all commits
@@ -4,8 +4,6 @@ import org.project.entity.Entity;
public interface Item {
void use(Entity target);
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
String getName();
int getId();
}