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

POGOProtos.Data.Combat.CombatPlayerProfile.proto Maven / Gradle / Ivy

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

import "POGOProtos/Data/Player/PlayerPublicProfile.proto";
import "POGOProtos/Data/Location.proto";
import "POGOProtos/Data/Combat/CombatPlayerPreferences.proto";

message CombatPlayerProfile {
	string player_id = 1;
	.POGOProtos.Data.Player.PlayerPublicProfile public_profile = 2;
	repeated string combat_league_template_id = 3;
	fixed64 buddy_pokemon_id = 4;
	.POGOProtos.Data.Location location = 5;
	.POGOProtos.Data.Combat.CombatPlayerPreferences combat_player_preferences = 6;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy