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

POGOProtos.Enums.PokemonRarity.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Enums;

enum PokemonRarity {
	POKEMON_RARITY_NORMAL = 0;
	POKEMON_RARITY_LEGENDARY = 1;
	POKEMON_RARITY_MYTHIC = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy