Files
cheesy-arena-lite/arena.go
2014-07-02 00:11:57 -07:00

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
}