mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-24 14:57:08 -05:00
8 lines
153 B
Protocol Buffer
Vendored
8 lines
153 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
message UseItemEggIncubatorMessage {
|
|
string item_id = 1;
|
|
uint64 pokemon_id = 2;
|
|
}
|