X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=count.proto;h=80e026d824360acfc8447d2d60a5a9a12818c314;hb=74f1261e4067cbc1b743b329ed2d419aee735cbf;hp=39da3e0604236080f0dbae5a29833875a31f4d19;hpb=e9b5b1e5b285542f44f0c52ee0b470b22ac7381b;p=remoteglot-book diff --git a/count.proto b/count.proto index 39da3e0..80e026d 100644 --- a/count.proto +++ b/count.proto @@ -4,6 +4,9 @@ message Count { optional int32 draw = 2; optional int32 black = 3; + // Number of games played by computers. + optional int32 computer = 12; + // Opening number (32-bit hash value). optional fixed32 opening_num = 4;