From 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:23:58 -0400 Subject: Converted puzzle symbols to an enum --- proto/human.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/human.proto') 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 { optional string clue = 2; optional string answer = 3; - repeated string symbols = 4; + repeated PuzzleSymbol symbols = 4; repeated Proxy proxies = 6; -- cgit 1.4.1