syntax = "proto3";
package POGOProtos.Settings;

message PoiGlobalSettings {
	bool is_enabled = 1;
}
