Commit 3aa6f8a55add5c6ef29f99816ae5bd4daa5de334
1 parent
3cb9f63c
fix: rpc = rar + rar / rpc = req + rsp
Showing
3 changed files
with
12 additions
and
9 deletions
Show diff stats
account.proto
game.proto
protocode.proto
| ... | ... | @@ -8,14 +8,14 @@ enum ProtoCode |
| 8 | 8 | UNKNOWN = 0; |
| 9 | 9 | HeartRpc = 1; |
| 10 | 10 | LoginRpc = 2; |
| 11 | - CreateRpc = 3; | |
| 12 | - ChangeTeamRpc = 4; | |
| 13 | - HeroEquipReferRpc = 5; | |
| 14 | - RoleClearItemsRpc = 6; | |
| 15 | - RoleStartBattleRpc = 7; | |
| 16 | - RoleEndBattleRpc = 8; | |
| 17 | - EquipmentDelRpc = 9; | |
| 18 | - HeroUpLevelRpc = 10; | |
| 11 | + RoleStartBattleRpc = 3; | |
| 12 | + RoleEndBattleRpc = 4; | |
| 13 | + HeroUpLevelRpc = 5; | |
| 14 | + CreateRpc = 6; | |
| 15 | + ChangeTeamRpc = 7; | |
| 16 | + HeroEquipReferRpc = 8; | |
| 17 | + RoleClearItemsRpc = 9; | |
| 18 | + EquipmentDelRpc = 10; | |
| 19 | 19 | DisConnectNty = 11; |
| 20 | 20 | RoleUpdatePropertyNty = 12; |
| 21 | 21 | RoleUpdateItemsNty = 13; | ... | ... |