syntax = "proto3";
package POGOProtos.Networking.Requests.Social;

message SearchPlayerMessage {
	string friend_code = 1;
}
