Commit 51d93fe1a9815df042e3cdb2dce04f6465e01a44

Authored by zhangqijia
1 parent c1963893

fix: update nty

Showing 2 changed files with 9 additions and 9 deletions   Show diff stats
@@ -26,7 +26,7 @@ message CreateReq { @@ -26,7 +26,7 @@ message CreateReq {
26 string device = 2; 26 string device = 2;
27 } 27 }
28 28
29 -message DisConnectRsp { 29 +message DisConnectNty{
30 } 30 }
31 31
32 //ResponseCmd ChangeTeamReq 32 //ResponseCmd ChangeTeamReq
@@ -16,13 +16,13 @@ enum ProtoCode @@ -16,13 +16,13 @@ enum ProtoCode
16 RoleEndBattleRpc = 8; 16 RoleEndBattleRpc = 8;
17 EquipmentDelRpc = 9; 17 EquipmentDelRpc = 9;
18 HeroUpLevelRpc = 10; 18 HeroUpLevelRpc = 10;
19 - HeartRsp = 11;  
20 - DisConnectRsp = 12;  
21 - RoleRsp = 13;  
22 - RoleUpdatePropertyRsp = 14;  
23 - RoleEndBattleRsp = 15;  
24 - EquipmentAddRsp = 16;  
25 - HeroUpLevelRsp = 17;  
26 - RoleUpdateItemsNty= 18; 19 + DisConnectNty= 11;
  20 + RoleUpdateItemsNty= 12;
  21 + HeartRsp = 13;
  22 + RoleRsp = 14;
  23 + RoleUpdatePropertyRsp = 15;
  24 + RoleEndBattleRsp = 16;
  25 + EquipmentAddRsp = 17;
  26 + HeroUpLevelRsp = 18;
27 27
28 } 28 }
29 \ No newline at end of file 29 \ No newline at end of file