Commit a5d277364ded61191ac3359490a95fd86940cb15
1 parent
42e60d79
fix: notify equipment add
Showing
3 changed files
with
7 additions
and
0 deletions
Show diff stats
game.proto
... | ... | @@ -54,4 +54,9 @@ message RoleUpdatePropertyRsp { |
54 | 54 | //ResponseCmd RoleUpdateItemsRsp |
55 | 55 | message RoleUpdateItemsRsp { |
56 | 56 | string items = 1; |
57 | +} | |
58 | + | |
59 | +//ResponseCmd EquipmentAddRsp | |
60 | +message EquipmentAddRsp { | |
61 | + models.Equipment equip = 1; | |
57 | 62 | } |
58 | 63 | \ No newline at end of file | ... | ... |
models.proto