Remove game-specific scoring

This commit is contained in:
Ken Schenke
2020-04-14 19:38:14 -05:00
parent 53caa27208
commit f075b7bb8d
59 changed files with 298 additions and 3004 deletions

View File

@@ -16,7 +16,6 @@ type Team struct {
RobotName string
Accomplishments string
WpaKey string
YellowCard bool
HasConnected bool
FtaNotes string
}