POGOProtos.Data.Battle.BattleParticipant.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Data.Battle;
import "POGOProtos/Data/Battle/BattlePokemonInfo.proto";
import "POGOProtos/Data/Player/PlayerPublicProfile.proto";
import "POGOProtos/Map/Pokemon/LobbyPokemon.proto";
import "POGOProtos/Enums/FriendshipLevelMilestone.proto";
message BattleParticipant {
.POGOProtos.Data.Battle.BattlePokemonInfo active_pokemon = 1;
.POGOProtos.Data.Player.PlayerPublicProfile trainer_public_profile = 2;
repeated .POGOProtos.Data.Battle.BattlePokemonInfo reverse_pokemon = 3;
repeated .POGOProtos.Data.Battle.BattlePokemonInfo defeated_pokemon = 4;
repeated .POGOProtos.Map.Pokemon.LobbyPokemon lobby_pokemon = 5;
int32 damage_dealt = 6;
bool super_effective_charge_move = 7;
bool weather_boosted = 8;
.POGOProtos.Enums.FriendshipLevelMilestone highest_friendship_milestone = 9;
repeated string friend_codename = 10;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy