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

POGOProtos.Data.Telemetry.CatchPokemonTelemetry.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Telemetry;

import "POGOProtos/Data/Telemetry/EncounterPokemonTelemetry.proto";

message CatchPokemonTelemetry {
	string status = 1;
	.POGOProtos.Data.Telemetry.EncounterPokemonTelemetry encounter_pokemon_telemetry = 2;
	int32 balltype = 3;
	int32 hit_grade = 4;
	bool curve_ball = 5;
	double miss_percent = 6;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy