syntax = "proto3";
package POGOProtos.Data.Telemetry;

message ReadPointOfInterestDescriptionTelemetry {
	string result = 1;
	string fort_id = 2;
	int32 fort_type = 3;
}
