All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Data.Battle.BattleParty.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data.Battle;

message BattleParty {
	string name = 1;
	int32 team_number = 2;
	repeated uint64 ids = 3;
	string combat_league_id = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy