POGOserver/POGOProtos/Networking/Requests/Messages/FortDeployPokemonMessage.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
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;
}