syntax = "proto3";
package POGOProtos.Settings;

message NewsGlobalSettings {
	bool enable_news = 1;
}
