Commit aac4a98512069d7ea74a88fd61637b59e7345bff
1 parent
3af576f6
fix: 结束战斗增加字段
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
game.proto
... | ... | @@ -76,8 +76,10 @@ message RoleEndBattleReq { |
76 | 76 | message RoleEndBattleRsp { |
77 | 77 | int32 role_level = 1; |
78 | 78 | int32 role_exp = 2; |
79 | - string reward = 3; | |
80 | - repeated models.Hero hero = 4; | |
79 | + int32 role_expamount = 3; | |
80 | + string reward = 4; | |
81 | + bool pass = 5; | |
82 | + repeated models.Hero hero = 6; | |
81 | 83 | } |
82 | 84 | |
83 | 85 | //ResponseCmd EquipmentDelReq | ... | ... |