syntax = "proto3";
package POGOProtos.Data.Battle;

import "POGOProtos/Data/Battle/BattleParty.proto";

message BattleParties {
	repeated .POGOProtos.Data.Battle.BattleParty battle_parties = 1;
}
