Skip to content

Commit

Permalink
Merge pull request #173 from solenrus/patch-4
Browse files Browse the repository at this point in the history
Edited accordingly
  • Loading branch information
NecronomiconCoding authored Jul 23, 2016
2 parents 6883b11 + 02adc92 commit 0fa9d7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions PokemonGo.RocketAPI/Proto/AllEnum.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
syntax = "proto3";

package AllEnum;
option csharp_namespace = "PokemonGo.RocketAPI.GeneratedCode";

enum RpcDirection {
UNKNOWN = 0;
Expand Down Expand Up @@ -441,7 +440,7 @@ enum PokemonId {
PIKACHU = 25;
RAICHU = 26;
SANDSHREW = 27;
SANDLASH = 28;
SANDSLASH = 28;
NIDORAN_FEMALE = 29;
NIDORINA = 30;
NIDOQUEEN = 31;
Expand Down Expand Up @@ -478,13 +477,13 @@ enum PokemonId {
POLIWRATH = 62;
ABRA = 63;
KADABRA = 64;
ALAKHAZAM = 65;
ALAKAZAM = 65;
MACHOP = 66;
MACHOKE = 67;
MACHAMP = 68;
BELLSPROUT = 69;
WEEPINBELL = 70;
VICTREEBELL = 71;
VICTREEBEL = 71;
TENTACOOL = 72;
TENTACRUEL = 73;
GEODUDE = 74;
Expand Down

0 comments on commit 0fa9d7f

Please sign in to comment.