Commit 5014bae95bc02e90a674b20e81b470f32e221f3c
1 parent
291d0765
fix: add DisConnectRsp
Showing
2 changed files
with
15 additions
and
11 deletions
Show diff stats
game.proto
protocode.proto
... | ... | @@ -11,16 +11,17 @@ enum ProtoCode |
11 | 11 | HeartRsp = 3; |
12 | 12 | LoginReq = 4; |
13 | 13 | CreateReq = 5; |
14 | - ChangeTeamReq = 6; | |
15 | - HeroEquipReferReq = 7; | |
16 | - RoleRsp = 8; | |
17 | - RoleUpdatePropertyRsp = 9; | |
18 | - RoleUpdateItemsRsp = 10; | |
19 | - RoleClearItemsReq = 11; | |
20 | - RoleStartBattleReq = 12; | |
21 | - RoleEndBattleReq = 13; | |
22 | - RoleEndBattleRsp = 14; | |
23 | - EquipmentDelReq = 15; | |
24 | - EquipmentAddRsp = 16; | |
14 | + DisConnectRsp = 6; | |
15 | + ChangeTeamReq = 7; | |
16 | + HeroEquipReferReq = 8; | |
17 | + RoleRsp = 9; | |
18 | + RoleUpdatePropertyRsp = 10; | |
19 | + RoleUpdateItemsRsp = 11; | |
20 | + RoleClearItemsReq = 12; | |
21 | + RoleStartBattleReq = 13; | |
22 | + RoleEndBattleReq = 14; | |
23 | + RoleEndBattleRsp = 15; | |
24 | + EquipmentDelReq = 16; | |
25 | + EquipmentAddRsp = 17; | |
25 | 26 | |
26 | 27 | } |
27 | 28 | \ No newline at end of file | ... | ... |