syntax = "proto3";
package POGOProtos.Data;

message ARPlusEncounterValues {
	float proximity = 1;
	float awareness = 2;
	bool pokemon_frightened = 3;
}
