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