removed inventory and item modules and moved item

to utils. Updated imports accordingly.
decentralized entity stats-item coordination.
This commit is contained in:
2026-01-29 22:23:32 +01:00
parent fc5076d054
commit f16388dda4
7 changed files with 36 additions and 119 deletions

View File

@@ -2,7 +2,7 @@ from typing import Any, Dict
import logging
import httpx
from mcp.server.fastmcp import FastMCP
from dice import Dice
from utils.dice import Dice
from entities.player import Player
from items.item import Item
from game import Game