mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-21 00:47:20 -05:00
7 lines
127 B
Protocol Buffer
Vendored
7 lines
127 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message EvolvePokemonMessage {
|
|
fixed64 pokemon_id = 1;
|
|
}
|