WS DTO assign rework
This commit is contained in:
@ -148,6 +148,7 @@ class GameEngineFactory:
|
||||
name="Pero",
|
||||
uuid="test-player-id",
|
||||
position=Position(2, 2),
|
||||
can_be_deactivated=False,
|
||||
)
|
||||
players.append(player)
|
||||
logging.info(f"Test player created: {player}")
|
||||
|
||||
Reference in New Issue
Block a user