syntax = "proto3";
package POGOProtos.Data.Telemetry;

import "POGOProtos/Enums/TelemetryIds.proto";

message AssetBundleDownloadTelemetry {
	.POGOProtos.Enums.AssetTelemetryIds asset_event_id = 1;
	string bundle_name = 2;
	uint32 size = 3;
}
