diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 272a649162266a341c157d948a1fadbc0c8efec6..6b765a98ba3ecf0dc23dadd1e1396f363d7f5281 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 羊羊游戏结果 */