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;
}
