syntax = "proto3";
package POGOProtos.Inventory;

import "POGOProtos/Enums/PokemonFamilyId.proto";

message Candy {
	.POGOProtos.Enums.PokemonFamilyId family_id = 1;
	int32 candy = 2;
}
