Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerminsk authored Feb 12, 2024
1 parent 9f050f6 commit 35036e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ import (
"strings"
)

type EventStats struct {
Event string
Players int
Centuries int
}

type PlayerStats struct {
Player string
Centuries []int
Expand Down

0 comments on commit 35036e0

Please sign in to comment.