syntax = "proto3";
package POGOProtos.Data.Telemetry;

import "POGOProtos/Enums/TelemetryIds.proto";

message PokemonInventoryTelemetry {
	.POGOProtos.Enums.PokemonInventoryTelemetryIds pokemon_inventory_click_ids = 1;
	string sort_id = 2;
}
