mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-22 09:27:22 -05:00
8 lines
163 B
Protocol Buffer
Vendored
8 lines
163 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message IncenseEncounterMessage {
|
|
uint64 encounter_id = 1;
|
|
string encounter_location = 2;
|
|
}
|