fix: rule game for kot and hakem kot

This commit is contained in:
2026-06-15 20:09:39 +03:30
parent 390ef96e7e
commit 7dadb23fbe
7 changed files with 79 additions and 8 deletions
+1
View File
@@ -58,6 +58,7 @@ type handOverMsg struct {
Type string `json:"type"` // "hand_over"
WinnerTeam int `json:"winner_team"`
Kot bool `json:"kot"`
HakemKot bool `json:"hakem_kot"`
Points int `json:"points"`
Scores [2]int `json:"scores"`
}