POGOProtos.Enums.CurrencyType.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Enums;
enum CurrencyType {
UNKNOWN_CURRENCY_TYPE = 0;
POKECOIN = 1;
STARDUST = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
syntax = "proto3";
package POGOProtos.Enums;
enum CurrencyType {
UNKNOWN_CURRENCY_TYPE = 0;
POKECOIN = 1;
STARDUST = 2;
}