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

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

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

import "POGOProtos/Settings/BackgroundModeClientSettings.proto";

message GetClientBgmodeSettingsResponse {
	Status status = 1;
	.POGOProtos.Settings.BackgroundModeClientSettings settings = 2;

	enum Status {
		UNSET = 0;
		SUCCESS = 1;
		ERROR_UNKNOWN = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy