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

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

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

message SfidaDowserResponse {
	Result result = 1;
	int32 proximity = 2;
	string spawnpoint_id = 3;

	enum Result {
		UNSET = 0;
		FOUND = 1;
		NEARBY = 2;
		OUT_OF_RANGE = 3;
		ALREADY_CAUGHT = 4;
		NOT_AVAILABLE = 5;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy