mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
13 lines
266 B
Go
13 lines
266 B
Go
// Copyright 2014 Team 254. All Rights Reserved.
|
|
// Author: pat@patfairbank.com (Patrick Fairbank)
|
|
//
|
|
// Functions for controlling the arena and match play.
|
|
|
|
package main
|
|
|
|
import ()
|
|
|
|
var arena struct {
|
|
DriverStationConnections map[string]*DriverStationConnection
|
|
}
|