Update Item

This commit is contained in:
2026-05-01 23:23:14 +03:30
parent c289bb7f11
commit 78d4bedb08
@@ -2,7 +2,7 @@ package org.project.item;
import org.project.entity.Entity;
public interface Object {
public interface Item {
void use(Entity target);
/*