Commit c1963893851348082d49e07a02b762bde8aac6f5
1 parent
d368d9b3
fix: add nty
Showing
2 changed files
with
6 additions
and
9 deletions
Show diff stats
game.proto
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 | ... | ... |