mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Save and report which teams have successfully connected to the field.
This commit is contained in:
@@ -17,6 +17,7 @@ type Team struct {
|
||||
Accomplishments string
|
||||
WpaKey string
|
||||
YellowCard bool
|
||||
HasConnected bool
|
||||
}
|
||||
|
||||
func (database *Database) CreateTeam(team *Team) error {
|
||||
|
||||
Reference in New Issue
Block a user