From 6d2559ac82d69138fc098b2ccb5b79dac43b377f Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sat, 25 Jul 2020 21:40:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=8B=E6=B3=A8?= 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 f8d42b3..8182ecb 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -81,6 +81,7 @@ import "CommonProto.proto"; optional ChampionBetInfo championBetInfo = 2;// 竞猜押注信息 optional int32 winUid = 3; //我压得是 optional int32 process = 4;// 3局两胜 -1 初始值 0final负 1final胜2 胜 3 负 4 胜负 5 负胜 + optional int32 myBetCoins = 5; // 我的下注 } message ChampionBetReqeust{ From f4c96fad9d7f6dba45db63e307370a16ec3cd40b Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Sat, 25 Jul 2020 21:35:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=88=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index bba5bfd..c41ed54 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -118,6 +118,7 @@ option optimize_for = SPEED; optional string teamSkillList = 2;//异妖(队伍技能)技能1#技能2#技能3 optional string teamPassiveList = 3 ; //异妖被动技能 optional string specialPassive = 4; // 特殊标记(猎妖之路 圣物被动情况) + optional int32 firstCamp = 5;//出手优先级 0默认我方先出 }