POGOProtos.Data.Redeem.PokeCandy.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Redeem;
message PokeCandy {
fixed64 pokemon_id = 1;
int32 candy_count = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
syntax = "proto3";
package POGOProtos.Data.Redeem;
message PokeCandy {
fixed64 pokemon_id = 1;
int32 candy_count = 2;
}