diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
commit | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch) | |
tree | 43b96868c78ee7e42d778f838006b2cb77d28603 /proto/human.proto | |
parent | 8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff) | |
download | lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2 lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip |
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 2 |
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 | ||