diff --git a/game.proto b/game.proto index 3f199d8..e53934d 100644 --- a/game.proto +++ b/game.proto @@ -76,8 +76,10 @@ message RoleEndBattleReq { message RoleEndBattleRsp { int32 role_level = 1; int32 role_exp = 2; - string reward = 3; - repeated models.Hero hero = 4; + int32 role_expamount = 3; + string reward = 4; + bool pass = 5; + repeated models.Hero hero = 6; } //ResponseCmd EquipmentDelReq -- libgit2 0.21.2