From 03bf389488fde9eb430b448a386a36aa95666071 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 20 Apr 2023 17:28:06 +0800 Subject: [PATCH] int32 rank = 3; --- protocol/userProxy.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 272a649..6b765a9 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -376,6 +376,7 @@ message SheepMatchSuccess { message SheepGamePlayer { User user = 1; bool is_win = 2; + int32 rank = 3; } /* id == 148 羊羊游戏结果 */ -- 2.22.0