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

POGOProtos.Settings.Master.PokemonUpgradeSettings.proto Maven / Gradle / Ivy

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

message PokemonUpgradeSettings {
	int32 upgrades_per_level = 1;
	int32 allowed_levels_above_player = 2;
	repeated int32 candy_cost = 3;
	repeated int32 stardust_cost = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy