Commit d368d9b3f0ceb90f11f2da4f1bce0b0236e828aa

Authored by zhangqijia
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 6 enum ProtoCode
7 7 {
8 8 UNKNOWN = 0;
9   -
10   - LoginRsp = 1;
11   - HeartRpc = 2;
  9 + HeartRpc = 1;
  10 + LoginRpc = 2;
12 11 CreateRpc = 3;
13 12 ChangeTeamRpc = 4;
14 13 HeroEquipReferRpc = 5;
... ...