Commit d368d9b3f0ceb90f11f2da4f1bce0b0236e828aa
1 parent
19fbde9e
fix: update protocode
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
protocode.proto
@@ -6,9 +6,8 @@ package protocode; | @@ -6,9 +6,8 @@ package protocode; | ||
6 | enum ProtoCode | 6 | enum ProtoCode |
7 | { | 7 | { |
8 | UNKNOWN = 0; | 8 | UNKNOWN = 0; |
9 | - | ||
10 | - LoginRsp = 1; | ||
11 | - HeartRpc = 2; | 9 | + HeartRpc = 1; |
10 | + LoginRpc = 2; | ||
12 | CreateRpc = 3; | 11 | CreateRpc = 3; |
13 | ChangeTeamRpc = 4; | 12 | ChangeTeamRpc = 4; |
14 | HeroEquipReferRpc = 5; | 13 | HeroEquipReferRpc = 5; |