mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-19 16:07:22 -05:00
8 lines
147 B
Protocol Buffer
Vendored
8 lines
147 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Networking.Requests.Messages;
|
|
|
|
// UNTESTED
|
|
message GetDownloadUrlsMessage {
|
|
repeated string asset_id = 1;
|
|
}
|