knight java

This commit is contained in:
2026-05-08 01:23:52 +03:30
parent 78d4bedb08
commit 592e1a0a28
52 changed files with 951 additions and 94 deletions
@@ -3,9 +3,6 @@ package org.project.item;
import org.project.entity.Entity;
public interface Item {
void use(Entity target);
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
void use(Entity target);
}