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