POGOProtos.Data.Store.CurrencyQuantity.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Store;
message CurrencyQuantity {
string currency_type = 1;
int32 quantity = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy