syntax = "proto3";
package POGOProtos.Settings;

message ProbeSettings {
	bool enable_sidechannel = 1;
	bool enable_adhoc = 2;
	int32 adhoc_frequency_sec = 3;
}
