support for botclient refactor

Cette révision appartient à :
Stephen McQuay 2014-04-08 23:45:07 -07:00
Parent 752cec48f3
révision 6e9a6d6af1
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -74,6 +74,7 @@ type GameParam struct {
// TODO: should have information about max points in here
BoardSize BoardSize `json:"boardsize"`
MaxPoints int `json:"max_points"`
Encoding string `json:"encoding"`
Type string `json:"type"`
}