syntax = "proto3";
package POGOProtos.Networking.Responses;

message VerifyChallengeResponse {
	bool success = 1;
}
