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

POGOProtos.Data.Combat.WithPokemonCpLimit.proto Maven / Gradle / Ivy

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

message WithPokemonCpLimit {
	int32 min_cp = 1;
	int32 max_cp = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy