syntax = "proto3";
package POGOProtos.Settings;

message PasscodeSettings {
	bool show_passcode_in_store = 1;
}
