1
This commit is contained in:
parent
8943161bb6
commit
af6955400f
@ -1314,6 +1314,7 @@ message SMGameOver
|
||||
{
|
||||
optional int32 team_id = 1; //队伍id
|
||||
optional int32 team_rank = 2; //队伍排名
|
||||
optional int32 personal_rank = 15; //个人排名
|
||||
optional int32 team_allcnt = 3;
|
||||
optional bool game_over = 4; //是否结束
|
||||
optional bool victory = 5; //是否胜利
|
||||
@ -1327,6 +1328,11 @@ message SMGameOver
|
||||
repeated MFTuple spoils_items = 11; //战利品 0: 道具id 1:道具数量
|
||||
|
||||
optional MFOverReward reward = 14; //结算奖励
|
||||
|
||||
optional int32 total_team_num = 16; //本次战斗队伍总数
|
||||
optional int32 pve_wave = 17; //pve波次
|
||||
optional int32 pve_max_wave = 18; //pve总波次
|
||||
optional int32 pve_instance_id = 19; //pve副本id
|
||||
}
|
||||
|
||||
//离开
|
||||
|
Loading…
x
Reference in New Issue
Block a user