mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-13 13:16:06 -05:00
9 lines
210 B
Protocol Buffer
Vendored
9 lines
210 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message FortDeployPokemonMessage {
|
|
string fort_id = 1;
|
|
fixed64 pokemon_id = 2;
|
|
double player_latitude = 3;
|
|
double player_longitude = 4;
|
|
} |