All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.DownloadUrlEntry.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data;

message DownloadUrlEntry {
	string asset_id = 1;
	string url = 2;
	int32 size = 3;
	fixed32 checksum = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy