syntax = "proto3";
package POGOProtos.Networking.Platform.Requests;

message RedeemPasscodeRequest {
	string qrcode = 1;
}
