summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index d52a0ad..e0021c2 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -101,7 +101,7 @@ message HumanPanel {
101 101
102 optional string clue = 2; 102 optional string clue = 2;
103 optional string answer = 3; 103 optional string answer = 3;
104 repeated string symbols = 4; 104 repeated PuzzleSymbol symbols = 4;
105 105
106 repeated Proxy proxies = 6; 106 repeated Proxy proxies = 6;
107 107