Update Readme and base structure.

This commit is contained in:
2026-05-01 20:32:12 +03:30
parent b183bda7b4
commit 70922d6774
14 changed files with 33 additions and 37 deletions
@@ -0,0 +1,11 @@
package org.project.item;
import org.project.entity.Entity;
public interface Object {
void use(Entity target);
/*
TODO: ADD OTHER REQUIRED AND BONUS METHODS
*/
}