mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Add generation and sending of game-specific data.
This commit is contained in:
@@ -34,6 +34,7 @@ type Match struct {
|
||||
Status string
|
||||
StartedAt time.Time
|
||||
Winner string
|
||||
GameSpecificData string
|
||||
}
|
||||
|
||||
var ElimRoundNames = map[int]string{1: "F", 2: "SF", 4: "QF", 8: "EF"}
|
||||
|
||||
Reference in New Issue
Block a user