Update readme

This commit is contained in:
Eden Kirin
2023-03-25 16:07:53 +01:00
parent 395457b2db
commit 245dc75211
2 changed files with 84 additions and 20 deletions

View File

@ -24,6 +24,7 @@ class PositionDto(BaseModel):
class PlayerDto(BaseModel):
uuid: str
name: str
active: bool
position: PositionDto
move_count: int