]> git.sesse.net Git - remoteglot-book/blobdiff - count.proto
Key the table by position, not position+move. Makes for more complex exploration...
[remoteglot-book] / count.proto
index c9321a59f3a875e24c5197a8402ed2327e9d799a..7712f97649ed84de2d6c8191c29b3a7aac57a1a0 100644 (file)
@@ -14,4 +14,7 @@ message Count {
 
        // First timestamp this position/move was seen. 
        optional int64 first_timestamp = 8 [default=32503680000];
+
+       // Moves seen from this position.
+       repeated string move = 9;
 };