syntax = "proto3";
package POGOProtos.Networking.Requests.Social;

message ListFriendStatusMessage {
	repeated string player_id = 1;
}
