package shootergame.entity;
import shootergame.inventory.Inventory;
public interface EntityInventory
{
public Inventory getInventory();
}