AeonLucid / POGOProtos

A central repository for all proto files of PokémonGO.
MIT License
726 stars 279 forks source link

Improve consistency and make enumerators unique. #173

Closed iphydf closed 8 years ago

iphydf commented 8 years ago

Uniqueness of enumerators allows us to generate a single .proto file from the entire collection, making client code (especially C++ and Haskell code) much simpler.

Consistency: all protos are usually referenced with an absolute path (starting with "."), so I've changed the cases where it wasn't done like that.