Commit c1963893851348082d49e07a02b762bde8aac6f5

Authored by zhangqijia
1 parent d368d9b3

fix: add nty

Showing 2 changed files with 6 additions and 9 deletions   Show diff stats
game.proto
... ... @@ -59,8 +59,8 @@ message RoleUpdatePropertyRsp {
59 59 models.Role role = 2;
60 60 }
61 61  
62   -//ResponseCmd RoleUpdateItemsRsp
63   -message RoleUpdateItemsRsp {
  62 +//ResponseCmd RoleUpdateItemsNty
  63 +message RoleUpdateItemsNty{
64 64 string items = 1;
65 65 }
66 66  
... ...
protocode.proto
... ... @@ -16,16 +16,13 @@ enum ProtoCode
16 16 RoleEndBattleRpc = 8;
17 17 EquipmentDelRpc = 9;
18 18 HeroUpLevelRpc = 10;
19   -
20 19 HeartRsp = 11;
21 20 DisConnectRsp = 12;
22 21 RoleRsp = 13;
23 22 RoleUpdatePropertyRsp = 14;
24   - RoleUpdateItemsRsp = 15;
25   - RoleEndBattleRsp = 16;
26   - EquipmentAddRsp = 17;
27   - HeroUpLevelRsp = 18;
28   -
29   -
  23 + RoleEndBattleRsp = 15;
  24 + EquipmentAddRsp = 16;
  25 + HeroUpLevelRsp = 17;
  26 + RoleUpdateItemsNty= 18;
30 27  
31 28 }
32 29 \ No newline at end of file
... ...