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

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

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

message PokemonTelemetry {
	int32 pokemon_id = 1;
	int32 cp = 2;
	float weight_kg = 3;
	float height_m = 4;
	int32 pokemon_level = 5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy