POGOProtos.Settings.PokecoinPurchaseDisplaySettings.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Settings;
message PokecoinPurchaseDisplaySettings {
bool feature_enabled = 1;
repeated string enabled_countries = 2;
repeated string enabled_currencies = 3;
bool use_pokecoin_purchase_display_gmt = 4;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy