Merge branch 'master' into master_test

master_huanxiang
lvxinran 2020-07-25 15:15:06 +08:00
commit 49e9342dbc
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ import "CommonProto.proto";
optional ChampionBetInfo championBetInfo = 2;//
optional int32 winUid = 3; //
optional int32 process = 4;// 3 -1 0final 1final2 3 4 5
optional int32 myBetCoins = 5; //
}
message ChampionBetReqeust{

View File

@ -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
}