From 6e9a6d6af1d12f1b5e4be04443f13b1fc76dd3b5 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Tue, 8 Apr 2014 23:45:07 -0700 Subject: [PATCH] support for botclient refactor --- protocol.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol.go b/protocol.go index 18da165..7ba6803 100644 --- a/protocol.go +++ b/protocol.go @@ -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"` }