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

POGOProtos.Settings.Master.Pokemon.PokemonGenderSettings.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Settings.Master.Pokemon;

message PokemonGenderSettings {
	float male_percent = 1;
	float female_percent = 2;
	float genderless_percent = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy