1
0
Fork 0

support for botclient refactor

Esse commit está contido em:
Stephen McQuay 2014-04-08 23:45:07 -07:00
commit 6e9a6d6af1
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

@ -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"`
}