syntax = "proto3";
package POGOProtos.Settings;

message PokemonGlobalSettings {
	bool enable_camo_shader = 1;
}
