syntax = "proto3";
package POGOProtos.Data.Store;

message CurrencyQuantity {
	string currency_type = 1;
	int32 quantity = 2;
}
