POGOProtos.Inventory.Candy.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Inventory;
import "POGOProtos/Enums/PokemonFamilyId.proto";
message Candy {
.POGOProtos.Enums.PokemonFamilyId family_id = 1;
int32 candy = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy