Update readme
This commit is contained in:
@ -24,6 +24,7 @@ class PositionDto(BaseModel):
|
||||
|
||||
class PlayerDto(BaseModel):
|
||||
uuid: str
|
||||
name: str
|
||||
active: bool
|
||||
position: PositionDto
|
||||
move_count: int
|
||||
|
||||
Reference in New Issue
Block a user