tweaks for server using serialization

This commit is contained in:
2026-01-26 10:11:44 +01:00
parent 6e14cb65c3
commit 0504e90754
8 changed files with 90 additions and 43 deletions

View File

@@ -3,4 +3,8 @@ from dice import Dice
class Game(Serializable):
def __init__(self, seed:int=42):
pass
self.players = []
self.npcs = []
self.items = []