Files
cheesy-arena-lite/arena.go

13 lines
266 B
Go
Raw Normal View History

// 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
}