mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-30 17:57:14 -05:00
8 lines
165 B
Protocol Buffer
Vendored
8 lines
165 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message GetIncensePokemonMessage {
|
|
double player_latitude = 1;
|
|
double player_longitude = 2;
|
|
}
|