From 2686d7ec5033a419e001b390c9d2f6f73ef1efe6 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 28 Jul 2021 13:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=A8=E6=9C=8D=E5=88=87=E7=A3=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 1dbe2d0..64be21d 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -48,6 +48,7 @@ import "CommonProto.proto"; message PlayWithSbRequest{ optional int32 challengeUid =1; optional int32 myteamId = 2; + optional int32 cross = 3;//是否跨服 0 本服 1跨服 } message PlayWithSbResponse{