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