support for botclient refactor

This commit is contained in:
Stephen McQuay 2014-04-08 23:45:07 -07:00
parent 752cec48f3
commit 6e9a6d6af1
1 changed files with 1 additions and 0 deletions

View File

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