Implement Items interface and weapon classes
This commit is contained in:
@@ -5,7 +5,4 @@ import org.project.entity.Entity;
|
||||
public interface Item {
|
||||
void use(Entity target);
|
||||
|
||||
/*
|
||||
TODO: ADD OTHER REQUIRED AND BONUS METHODS
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user