mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-07-17 00:31:19 -05:00
7 lines
128 B
Protocol Buffer
7 lines
128 B
Protocol Buffer
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message ReleasePokemonMessage {
|
|
fixed64 pokemon_id = 1;
|
|
}
|