From 82b402f39c5ce2f9fd7c04268ea36c48b1a13cfe Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Thu, 11 Apr 2024 17:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E9=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index b753110..1f7eeb5 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -743,4 +743,5 @@ message AssistInfoResponse{ message AssistUpDownRequest{ optional int32 id = 1; optional string heroId = 2; + optional int32 operate = 3; } \ No newline at end of file