added some tools to server, removed deprecated

code and adjusted entity, game, and event files to
work with items being mandatory for entities.
This commit is contained in:
2026-01-30 18:14:05 +01:00
parent 13488e1c2d
commit 5fef91e110
5 changed files with 196 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
# Game imports
from serializable import Serializable
from utils.serializable import Serializable
# Native imports
import uuid