POGOProtos.Networking.Requests.Messages.SetInGameCurrencyExchangeRateMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;
message SetInGameCurrencyExchangeRateMessage {
string in_game_currency = 1;
string fiat_currency = 2;
int64 fiat_currency_cost_e6_per_in_game_unit = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy