lil commenty adjusty boi

This commit is contained in:
Branden J Brown 2024-01-21 13:02:43 -06:00
parent 85824ef22f
commit 7707d0bb5b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type GameStart struct {
Dealer bool `json:"dealer"` Dealer bool `json:"dealer"`
} }
// ShellCounts is the JSON DTO for shell counts emitted at the start of a round. // ShellCounts is the JSON DTO for shell counts emitted at the start of a shell group.
type ShellCounts struct { type ShellCounts struct {
Live int `json:"live"` Live int `json:"live"`
Blank int `json:"blank"` Blank int `json:"blank"`