syntax = "proto3";
package POGOProtos.Data.Quests;

message TradePokemonQuest {
	repeated string friend_id = 1;
}
