POGOserver/POGOProtos/Map/Fort/FortSponsor.proto
Felix bc853908e1 Update
- Adding protos
- Adding dumps
- Simple http server
- Various packets
- Added readme
2016-08-05 20:43:56 +02:00

9 lines
126 B
Protocol Buffer
Vendored

syntax = "proto3";
package POGOProtos.Map.Fort;
enum FortSponsor {
UNSET_SPONSOR = 0;
MCDONALDS = 1;
POKEMON_STORE = 2;
}