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

POGOProtos.Networking.Responses.DownloadSettingsResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Settings/GlobalSettings.proto";

message DownloadSettingsResponse {
	string error = 1;
	string hash = 2;
	.POGOProtos.Settings.GlobalSettings settings = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy