syntax = "proto3";
package POGOProtos.Networking.Platform.Responses;

message DownloadPlatformClientSettingsResponse {
	string message = 2;
}
