mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-24 14:57:08 -05:00
9 lines
126 B
Protocol Buffer
9 lines
126 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Map.Fort;
|
|
|
|
enum FortSponsor {
|
|
UNSET_SPONSOR = 0;
|
|
MCDONALDS = 1;
|
|
POKEMON_STORE = 2;
|
|
}
|