From 8f8f1831938f9a4fb1bd82abb33ea4cd5f9903e5 Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Sat, 30 Oct 2021 11:46:06 +0200 Subject: [PATCH] Update ptotocol --- protobuf/protocol.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/protocol.proto b/protobuf/protocol.proto index b1caf8f..f407874 100644 --- a/protobuf/protocol.proto +++ b/protobuf/protocol.proto @@ -28,7 +28,7 @@ message ClientServerPacket { game.CardKind queryCardImage = 12; game.CardId callOnClick = 13; google.protobuf.Empty queryGameStatus = 14; - game.CardKind queryCardImages = 15; + game.Cards queryCardImages = 15; } }