Implement Items interface and weapon classes

This commit is contained in:
2026-05-12 21:24:09 +03:30
parent 78d4bedb08
commit 9db7c5cc3c
9 changed files with 89 additions and 29 deletions
@@ -5,7 +5,4 @@ import org.project.entity.Entity;
public interface Item {
void use(Entity target);
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
}