shortdeck1.1

This commit is contained in:
2025-09-30 18:26:06 +08:00
parent ee95b8e049
commit 7071eaa12b
14 changed files with 665 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ class JoinResponse(BaseModel):
class ActionRequest(BaseModel):
player_id: int
action: str
action: str # "fold", "call", "raise", "check", "bet"
amount: int | None = None