Commit c57c0ea69a0e0979e1a58af7a83d7aec4a107d8a

Authored by yangjiyue
1 parent cfb6f56c

修改

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
game.proto
... ... @@ -102,6 +102,7 @@ message EquipmentAddRsp {
102 102 models.Equipment equip = 1;
103 103 }
104 104  
  105 +//ResponseCmd HeroUpLevelReq
105 106 message HeroUpLevelReq {
106 107 string heroId = 1;
107 108 string items = 2; // [itemId1=count1, itemId2=count2]
... ...